Searched refs:addModuleSet (Results 1 - 15 of 15) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
H A DLazyEmittingLayerTest.cpp17 ModuleSetHandleT addModuleSet( function in struct:__anon12751::MockBaseLayer
29 L.addModuleSet(std::list<std::unique_ptr<llvm::Module>>(), nullptr, nullptr);
H A DOrcTestCommon.h115 ModuleSetHandleT addModuleSet(ModuleSetT Ms, MemoryManagerPtrT MemMgr, function in class:llvm::MockBaseLayer
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h44 ModuleSetHandleT addModuleSet(ModuleSetT Ms, function in class:llvm::orc::GlobalMappingLayer
47 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr),
H A DIRTransformLayer.h24 /// 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 DIRCompileLayer.h28 /// This layer accepts sets of LLVM IR Modules (via addModuleSet). It
62 ModuleSetHandleT addModuleSet(ModuleSetT Ms, function in class:llvm::orc::IRCompileLayer
H A DLazyEmittingLayer.h31 /// 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 DCompileOnDemandLayer.h156 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 DKaleidoscopeJIT.h54 auto H = CompileLayer.addModuleSet(singletonSet(std::move(M)),
/external/llvm/tools/lli/
H A DOrcLazyJIT.h108 auto H = CODLayer.addModuleSet(std::move(S), nullptr, std::move(Resolver));
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h199 auto LH = Layer.addModuleSet(std::move(S), std::move(MemMgr),
H A DOrcMCJITReplacement.h163 LazyEmitLayer.addModuleSet(std::move(Ms), &MemMgr, &Resolver);
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp1205 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)),
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp1186 return CompileLayer.addModuleSet(singletonSet(std::move(M)),
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp1189 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)),
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp1198 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)),

Completed in 1535 milliseconds