Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h242 void addLogicalModule(CODLogicalDylib &LD, ModulePtrT SrcMPtr) { in addLogicalModule() argument
246 makeAllSymbolsExternallyAccessible(*SrcMPtr); in addLogicalModule()
252 LMResources.SourceModule = wrapOwnership<Module>(std::move(SrcMPtr)); in addLogicalModule()