LLVM
8.0.1
|
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/ThreadSafeModule.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Classes | |
class | llvm::orc::IRLayer |
Interface for layers that accept LLVM IR. More... | |
class | llvm::orc::IRMaterializationUnit |
IRMaterializationUnit is a convenient base class for MaterializationUnits wrapping LLVM IR. More... | |
class | llvm::orc::BasicIRLayerMaterializationUnit |
MaterializationUnit that materializes modules by calling the 'emit' method on the given IRLayer. More... | |
class | llvm::orc::ObjectLayer |
Interface for Layers that accept object files. More... | |
class | llvm::orc::BasicObjectLayerMaterializationUnit |
Materializes the given object file (represented by a MemoryBuffer instance) by calling 'emit' on the given ObjectLayer. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::orc | |
Functions | |
Expected< SymbolFlagsMap > | llvm::orc::getObjectSymbolFlags (ExecutionSession &ES, MemoryBufferRef ObjBuffer) |
Returns a SymbolFlagsMap for the object file represented by the given buffer, or an error if the buffer does not contain a valid object file. More... | |