Home
last modified time | relevance | path

Searched refs:addModuleSet (Results 1 – 12 of 12) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DLazyEmittingLayerTest.cpp17 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/
DIRTransformLayer.h45 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function
52 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr), in addModuleSet()
DIndirectionUtils.h162 auto H = JIT.addModuleSet(SingletonSet(std::move(M)), &MemMgr, in emitResolverBlock()
189 auto H = JIT.addModuleSet(SingletonSet(std::move(M)), &MemMgr, in grow()
DLazyEmittingLayer.h152 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr), in emitToBaseLayer()
234 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function
DCompileOnDemandLayer.h176 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function
354 BaseLayer.addModuleSet(std::move(MSet), in addModule()
DIRCompileLayer.h62 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function
/external/llvm/tools/lli/
DOrcLazyJIT.h116 auto H = CODLayer.addModuleSet(std::move(S), nullptr, std::move(Resolver)); in addModule()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h163 LazyEmitLayer.addModuleSet(std::move(Ms), &MemMgr, &Resolver); in addModule()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1188 return CompileLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1191 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1200 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1209 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()