HomeSort by relevance Sort by last modified time
    Searched defs:addModuleSet (Results 1 - 8 of 8) sorted by null

  /external/llvm/unittests/ExecutionEngine/Orc/
LazyEmittingLayerTest.cpp 17 ModuleSetHandleT addModuleSet(
29 L.addModuleSet(std::list<std::unique_ptr<llvm::Module>>(), nullptr, nullptr);
OrcTestCommon.h 105 MockBaseLayer(AddModuleSetFtor &&AddModuleSet,
109 : AddModuleSet(AddModuleSet), RemoveModuleSet(RemoveModuleSet),
115 ModuleSetHandleT addModuleSet(ModuleSetT Ms, MemoryManagerPtrT MemMgr,
117 return AddModuleSet(std::move(Ms), std::move(MemMgr), std::move(Resolver));
134 AddModuleSetFtor AddModuleSet;
147 createMockBaseLayer(AddModuleSetFtor &&AddModuleSet,
153 std::forward<AddModuleSetFtor>(AddModuleSet),
  /external/llvm/include/llvm/ExecutionEngine/Orc/
GlobalMappingLayer.h 44 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
47 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr),
IRTransformLayer.h 24 /// This layer accepts sets of LLVM IR Modules (via addModuleSet). It
45 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
52 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr),
IRCompileLayer.h 28 /// This layer accepts sets of LLVM IR Modules (via addModuleSet). It
62 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
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,
CompileOnDemandLayer.h 156 ModuleSetHandleT addModuleSet(ModuleSetT Ms,
332 BaseLayer.addModuleSet(std::move(GVsMSet),
464 return BaseLayer.addModuleSet(std::move(PartMSet), std::move(MemMgr),
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 

Completed in 1739 milliseconds