LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Binary.h File Reference
#include "llvm/ADT/OwningPtr.h"
#include "llvm/Object/Error.h"
Include dependency graph for Binary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::object::Binary
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::object
 

Functions

error_code llvm::object::createBinary (MemoryBuffer *Source, OwningPtr< Binary > &Result)
 Create a Binary from Source, autodetecting the file type. More...
 
error_code llvm::object::createBinary (StringRef Path, OwningPtr< Binary > &Result)