LLVM
8.0.1
|
#include "llvm/ADT/Triple.h"
#include "llvm/Object/Error.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBuffer.h"
#include <algorithm>
#include <memory>
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::object::Binary |
class | llvm::object::OwningBinary< T > |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
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) |