Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h462 std::vector<std::unique_ptr<Module>> PartMSet; in emitPartition() local
463 PartMSet.push_back(std::move(M)); in emitPartition()
464 return BaseLayer.addModuleSet(std::move(PartMSet), std::move(MemMgr), in emitPartition()