|
LLVM
8.0.1
|
#include "llvm/ExecutionEngine/Orc/LazyReexports.h"#include "llvm/ADT/Triple.h"#include "llvm/ExecutionEngine/Orc/OrcABISupport.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< std::unique_ptr< LazyCallThroughManager > > | llvm::orc::createLocalLazyCallThroughManager (const Triple &T, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) |
| Create a LocalLazyCallThroughManager from the given triple and execution session. More... | |
| #define DEBUG_TYPE "orc" |
Definition at line 15 of file LazyReexports.cpp.
1.8.13