Searched refs:SharedR (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 190 std::shared_ptr<MaterializationResponsibility> SharedR(std::move(R)); in emit() local 194 std::make_unique<JITDylibSearchOrderResolver>(*SharedR, *Deps); in emit() 200 [this, SharedR, &MemMgrRef, InternalSymbols]( in emit() 204 return onObjLoad(*SharedR, Obj, MemMgrRef, LoadedObjInfo, in emit() 207 [this, SharedR, MemMgr = std::move(MemMgr), Deps = std::move(Deps), in emit() 212 onObjEmit(*SharedR, std::move(Obj), std::move(MemMgr), in emit()
|