LLVM API Documentation
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) |