|
LLVM
8.0.1
|
#include "llvm/ExecutionEngine/Orc/Layer.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/Debug.h"
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::orc | |
Macros | |
| #define | DEBUG_TYPE "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... | |
1.8.13