Searched refs:MemMgrRef (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 141 auto &MemMgrRef = *MemMgr; in emit() local 151 MemMgrRef, Resolver, ProcessAllSections, in emit() 152 [this, SharedR, &MemMgrRef, InternalSymbols]( in emit() 156 return onObjLoad(*SharedR, Obj, MemMgrRef, LoadedObjInfo, in emit()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 193 auto &MemMgrRef = *MemMgr; in addModuleSet() local 198 [&MemMgrRef](BaseLayerT &B, std::unique_ptr<Module> M, in addModuleSet() 202 return B.addModuleSet(std::move(Ms), &MemMgrRef, std::move(R)); in addModuleSet()
|