Home
last modified time | relevance | path

Searched refs:notifyResolved (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp56 Error LazyCallThroughManager::notifyResolved(ExecutorAddr TrampolineAddr, in notifyResolved() function in llvm::orc::LazyCallThroughManager
90 if (auto Err = notifyResolved(TrampolineAddr, LandingAddr)) in resolveTrampolineLandingAddress()
220 cantFail(R->notifyResolved(Stubs)); in materialize()
H A DObjectLinkingLayer.cpp233 Error notifyResolved(LinkGraph &G) override { in notifyResolved() function in llvm::orc::ObjectLinkingLayerJITLinkContext
320 if (auto Err = MR->notifyResolved(InternedResult)) in notifyResolved()
H A DIndirectionUtils.cpp46 cantFail(R->notifyResolved(Result)); in materialize()
H A DRTDyldObjectLinkingLayer.cpp344 if (auto Err = R.notifyResolved(Symbols)) { in onObjLoad()
H A DOrcV2CBindings.cpp535 return wrap(unwrap(MR)->notifyResolved(std::move(SM))); in LLVMOrcMaterializationResponsibilityNotifyResolved()
H A DCore.cpp294 if (auto Err = R->notifyResolved(Symbols)) { in materialize()
472 if (auto Err = QueryInfo->R->notifyResolved(ResolutionMap)) { in materialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h69 Error notifyResolved(ExecutorAddr TrampolineAddr, ExecutorAddr ResolvedAddr);
H A DCore.h612 Error notifyResolved(const SymbolMap &Symbols);
2030 inline Error MaterializationResponsibility::notifyResolved( in notifyResolved() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp91 if (auto Err = Ctx->notifyResolved(*G)) in linkPhase2()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1835 virtual Error notifyResolved(LinkGraph &G) = 0;