Searched refs:notifyResolved (Results 1 – 8 of 8) sorted by relevance
94 void notifyResolved(LinkGraph &G) override { in notifyResolved() function in llvm::orc::ObjectLinkingLayerJITLinkContext141 if (auto Err = MR.notifyResolved(InternedResult)) { in notifyResolved()
189 cantFail(R.notifyResolved(Stubs)); in materialize()
232 if (auto Err = R.notifyResolved(Symbols)) { in onObjLoad()
41 cantFail(R.notifyResolved(Result)); in materialize()
439 Error MaterializationResponsibility::notifyResolved(const SymbolMap &Symbols) { in notifyResolved() function in llvm::orc::MaterializationResponsibility563 cantFail(R.notifyResolved(Symbols)); in materialize()712 if (auto Err = QueryInfo->R.notifyResolved(ResolutionMap)) { in materialize()
62 Ctx->notifyResolved(*G); in linkPhase1()
478 Error notifyResolved(const SymbolMap &Symbols);
1261 virtual void notifyResolved(LinkGraph &G) = 0;