LLVM  8.0.1
Namespaces | Macros | Functions
LazyReexports.cpp File Reference
#include "llvm/ExecutionEngine/Orc/LazyReexports.h"
#include "llvm/ADT/Triple.h"
#include "llvm/ExecutionEngine/Orc/OrcABISupport.h"
Include dependency graph for LazyReexports.cpp:

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...
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc"

Definition at line 15 of file LazyReexports.cpp.