HomeSort by relevance Sort by last modified time
    Searched refs:addModuleSet (Results 1 - 16 of 16) 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),
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 54 auto H = CompileLayer.addModuleSet(singletonSet(std::move(M)),
  /external/llvm/tools/lli/
OrcLazyJIT.h 108 auto H = CODLayer.addModuleSet(std::move(S), nullptr, std::move(Resolver));
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 199 auto LH = Layer.addModuleSet(std::move(S), std::move(MemMgr),
OrcMCJITReplacement.h 163 LazyEmitLayer.addModuleSet(std::move(Ms), &MemMgr, &Resolver);
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp     [all...]
  /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 705 milliseconds