Searched refs:addModuleSet (Results 1 – 12 of 12) sorted by relevance
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | LazyEmittingLayerTest.cpp | 17 ModuleSetHandleT addModuleSet( in addModuleSet() function 29 L.addModuleSet(std::list<std::unique_ptr<llvm::Module>>(), nullptr, nullptr); in TEST()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IRTransformLayer.h | 45 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function 52 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr), in addModuleSet()
|
D | IndirectionUtils.h | 162 auto H = JIT.addModuleSet(SingletonSet(std::move(M)), &MemMgr, in emitResolverBlock() 189 auto H = JIT.addModuleSet(SingletonSet(std::move(M)), &MemMgr, in grow()
|
D | LazyEmittingLayer.h | 152 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr), in emitToBaseLayer() 234 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function
|
D | CompileOnDemandLayer.h | 176 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function 354 BaseLayer.addModuleSet(std::move(MSet), in addModule()
|
D | IRCompileLayer.h | 62 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function
|
/external/llvm/tools/lli/ |
D | OrcLazyJIT.h | 116 auto H = CODLayer.addModuleSet(std::move(S), nullptr, std::move(Resolver)); in addModule()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 163 LazyEmitLayer.addModuleSet(std::move(Ms), &MemMgr, &Resolver); in addModule()
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 1188 return CompileLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 1191 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | toy.cpp | 1200 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 1209 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
|