Searched refs:notifyResolved (Results 1 – 11 of 11) sorted by relevance
31 if (auto Err = R->notifyResolved(Symbols)) { in materialize()
43 cantFail(R->notifyResolved(Result)); in materialize()137 if (auto Err = MR->notifyResolved(Stubs)) { in emitRedirectableSymbols()
126 Error notifyResolved(LinkGraph &G) override { in notifyResolved() function in llvm::orc::LinkGraphLinkingLayer::JITLinkCtx207 if (auto Err = MR->notifyResolved(InternedResult)) in notifyResolved()
58 Error LazyCallThroughManager::notifyResolved(ExecutorAddr TrampolineAddr, in notifyResolved() function in llvm::orc::LazyCallThroughManager92 if (auto Err = notifyResolved(TrampolineAddr, LandingAddr)) in resolveTrampolineLandingAddress()
353 if (auto Err = R.notifyResolved(Symbols)) { in onObjLoad()
536 return wrap(unwrap(MR)->notifyResolved(std::move(SM))); in LLVMOrcMaterializationResponsibilityNotifyResolved()
452 if (auto Err = QueryInfo->R->notifyResolved(ResolutionMap)) { in materialize()
88 if (auto Err = Ctx->notifyResolved(*G)) in linkPhase2()
72 LLVM_ABI Error notifyResolved(ExecutorAddr TrampolineAddr,
636 Error notifyResolved(const SymbolMap &Symbols);2002 inline Error MaterializationResponsibility::notifyResolved( in notifyResolved() function
1967 virtual Error notifyResolved(LinkGraph &G) = 0;