Home
last modified time | relevance | path

Searched refs:CompileCallbackMgr (Results 1 – 9 of 9) sorted by relevance

/external/llvm/tools/lli/
DOrcLazyJIT.h32 typedef orc::JITCompileCallbackManager CompileCallbackMgr; typedef
38 typedef orc::CompileOnDemandLayer<IRDumpLayerT, CompileCallbackMgr> CODLayerT;
44 std::unique_ptr<CompileCallbackMgr> CCMgr, in OrcLazyJIT()
149 std::unique_ptr<CompileCallbackMgr> CCMgr;
DOrcLazyJIT.cpp121 auto CompileCallbackMgr = orc::createLocalCompileCallbackManager(T, 0); in runOrcLazyJIT() local
125 if (!CompileCallbackMgr) { in runOrcLazyJIT()
141 OrcLazyJIT J(std::move(TM), std::move(CompileCallbackMgr), in runOrcLazyJIT()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h32 typedef orc::JITCompileCallbackManager CompileCallbackMgr; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() typedef
35 typedef orc::CompileOnDemandLayer<CompileLayerT, CompileCallbackMgr> in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
38 typedef std::function<std::unique_ptr<CompileCallbackMgr>()> in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
83 std::unique_ptr<CompileCallbackMgr> CCMgr, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
272 std::unique_ptr<CompileCallbackMgr> CCMgr; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
DOrcCBindings.cpp20 auto CompileCallbackMgr = orc::createLocalCompileCallbackManager(T, 0); in LLVMOrcCreateInstance() local
25 *TM2, std::move(CompileCallbackMgr), IndirectStubsMgrBuilder); in LLVMOrcCreateInstance()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h69 std::unique_ptr<JITCompileCallbackManager> CompileCallbackMgr; variable
85 CompileCallbackMgr( in KaleidoscopeJIT()
135 auto CCInfo = CompileCallbackMgr->getCompileCallback(); in addFunctionAST()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h75 JITCompileCallbackManager *CompileCallbackMgr; variable
103 CompileCallbackMgr = &*CCMgrOrErr;
163 auto CCInfo = CompileCallbackMgr->getCompileCallback(); in addFunctionAST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h108 using CompileCallbackMgr = orc::JITCompileCallbackManager;
112 orc::LegacyCompileOnDemandLayer<CompileLayerT, CompileCallbackMgr>;
115 std::function<std::unique_ptr<CompileCallbackMgr>()>;
450 static std::unique_ptr<CompileCallbackMgr>
464 CompileCallbackMgr *CCMgr, in createCODLayer()
510 std::unique_ptr<CompileCallbackMgr> CCMgr;
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h177 CompileCallbackMgr(CallbackMgr), in BaseLayer()
272 auto CCInfo = CompileCallbackMgr.getCompileCallback(); in addLogicalModule()
505 CompileCallbackMgrT &CompileCallbackMgr; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h294 Partition(std::move(Partition)), CompileCallbackMgr(CallbackMgr), in ES()
428 CompileCallbackMgr.getCompileCallback(std::move(CompileAction))) in addLogicalModule()
742 CompileCallbackMgrT &CompileCallbackMgr; variable
762 Partition(std::move(Partition)), CompileCallbackMgr(CallbackMgr), in LegacyCompileOnDemandLayer()