Searched refs:notifyResolved (Results 1 – 10 of 10) sorted by relevance
56 Error LazyCallThroughManager::notifyResolved(ExecutorAddr TrampolineAddr, in notifyResolved() function in llvm::orc::LazyCallThroughManager90 if (auto Err = notifyResolved(TrampolineAddr, LandingAddr)) in resolveTrampolineLandingAddress()220 cantFail(R->notifyResolved(Stubs)); in materialize()
232 Error notifyResolved(LinkGraph &G) override { in notifyResolved() function in llvm::orc::ObjectLinkingLayerJITLinkContext319 if (auto Err = MR->notifyResolved(InternedResult)) in notifyResolved()
45 cantFail(R->notifyResolved(Result)); in materialize()
344 if (auto Err = R.notifyResolved(Symbols)) { in onObjLoad()
527 return wrap(unwrap(MR)->notifyResolved(std::move(SM))); in LLVMOrcMaterializationResponsibilityNotifyResolved()
274 if (auto Err = R->notifyResolved(Symbols)) { in materialize()455 if (auto Err = QueryInfo->R->notifyResolved(ResolutionMap)) { in materialize()
69 Error notifyResolved(ExecutorAddr TrampolineAddr, ExecutorAddr ResolvedAddr);
584 Error notifyResolved(const SymbolMap &Symbols);1963 inline Error MaterializationResponsibility::notifyResolved( in notifyResolved() function
91 if (auto Err = Ctx->notifyResolved(*G)) in linkPhase2()
1824 virtual Error notifyResolved(LinkGraph &G) = 0;