|
LLVM
4.0.0
|
#include "llvm/Object/Error.h"#include "llvm/Support/ErrorOr.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/MemoryBuffer.h"Go to the source code of this file.
Classes | |
| class | llvm::object::Binary |
| class | llvm::object::OwningBinary< T > |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::object | |
Functions | |
| Expected< std::unique_ptr < Binary > > | llvm::object::createBinary (MemoryBufferRef Source, LLVMContext *Context=nullptr) |
| Create a Binary from Source, autodetecting the file type. More... | |
| Expected< OwningBinary< Binary > > | llvm::object::createBinary (StringRef Path) |
1.8.6