LLVM
8.0.1
|
#include "llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h"
Public Attributes | |
std::unique_ptr< Module > | SourceMod |
std::set< Function * > | StubsToClone |
Definition at line 195 of file CompileOnDemandLayer.h.
std::unique_ptr<Module> llvm::orc::LegacyCompileOnDemandLayer< BaseLayerT, CompileCallbackMgrT, IndirectStubsMgrT >::LogicalDylib::SourceModuleEntry::SourceMod |
Definition at line 196 of file CompileOnDemandLayer.h.
std::set<Function*> llvm::orc::LegacyCompileOnDemandLayer< BaseLayerT, CompileCallbackMgrT, IndirectStubsMgrT >::LogicalDylib::SourceModuleEntry::StubsToClone |
Definition at line 197 of file CompileOnDemandLayer.h.