/external/llvm/unittests/ExecutionEngine/Orc/ |
H A D | LazyEmittingLayerTest.cpp | 17 ModuleSetHandleT addModuleSet( function in struct:__anon13181::MockBaseLayer 29 L.addModuleSet(std::list<std::unique_ptr<llvm::Module>>(), nullptr, nullptr);
|
H A D | OrcTestCommon.h | 115 ModuleSetHandleT addModuleSet(ModuleSetT Ms, MemoryManagerPtrT MemMgr, function in class:llvm::MockBaseLayer
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | GlobalMappingLayer.h | 44 ModuleSetHandleT addModuleSet(ModuleSetT Ms, function in class:llvm::orc::GlobalMappingLayer 47 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr),
|
H A D | IRTransformLayer.h | 24 /// This layer accepts sets of LLVM IR Modules (via addModuleSet). It 45 ModuleSetHandleT addModuleSet(ModuleSetT Ms, function in class:llvm::orc::IRTransformLayer 52 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr),
|
H A D | IRCompileLayer.h | 28 /// This layer accepts sets of LLVM IR Modules (via addModuleSet). It 62 ModuleSetHandleT addModuleSet(ModuleSetT Ms, function in class:llvm::orc::IRCompileLayer
|
H A D | LazyEmittingLayer.h | 31 /// This layer accepts sets of LLVM IR Modules (via addModuleSet), but does 152 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr), 234 ModuleSetHandleT addModuleSet(ModuleSetT Ms, function in class:llvm::orc::LazyEmittingLayer
|
H A D | CompileOnDemandLayer.h | 156 ModuleSetHandleT addModuleSet(ModuleSetT Ms, function in class:llvm::orc::CompileOnDemandLayer 332 BaseLayer.addModuleSet(std::move(GVsMSet), 464 return BaseLayer.addModuleSet(std::move(PartMSet), std::move(MemMgr),
|
/external/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 54 auto H = CompileLayer.addModuleSet(singletonSet(std::move(M)),
|
/external/llvm/tools/lli/ |
H A D | OrcLazyJIT.h | 108 auto H = CODLayer.addModuleSet(std::move(S), nullptr, std::move(Resolver));
|
/external/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcCBindingsStack.h | 199 auto LH = Layer.addModuleSet(std::move(S), std::move(MemMgr),
|
H A D | OrcMCJITReplacement.h | 163 LazyEmitLayer.addModuleSet(std::move(Ms), &MemMgr, &Resolver);
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
H A D | toy.cpp | 1205 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)),
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
H A D | toy.cpp | 1186 return CompileLayer.addModuleSet(singletonSet(std::move(M)),
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
H A D | toy.cpp | 1189 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)),
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
H A D | toy.cpp | 1198 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)),
|