Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h88 std::unique_ptr<ModuleOwner> SourceModuleOwner; member
96 : SourceModuleOwner(std::move(Other.SourceModuleOwner)), in LogicalModuleResources()
102 SourceModuleOwner = std::move(Other.SourceModuleOwner);
218 LMResources.SourceModuleOwner = wrapOwnership(std::move(SrcMPtr)); in addLogicalModule()
220 Module &SrcM = LMResources.SourceModuleOwner->getModule(); in addLogicalModule()
351 Module &SrcM = LMResources.SourceModuleOwner->getModule(); in extractAndCompile()
389 Module &SrcM = LMResources.SourceModuleOwner->getModule(); in emitPartition()