Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DAbsoluteSymbols.cpp31 if (auto Err = R->notifyResolved(Symbols)) { in materialize()
H A DIndirectionUtils.cpp43 cantFail(R->notifyResolved(Result)); in materialize()
137 if (auto Err = MR->notifyResolved(Stubs)) { in emitRedirectableSymbols()
H A DLinkGraphLinkingLayer.cpp126 Error notifyResolved(LinkGraph &G) override { in notifyResolved() function in llvm::orc::LinkGraphLinkingLayer::JITLinkCtx
207 if (auto Err = MR->notifyResolved(InternedResult)) in notifyResolved()
H A DLazyReexports.cpp58 Error LazyCallThroughManager::notifyResolved(ExecutorAddr TrampolineAddr, in notifyResolved() function in llvm::orc::LazyCallThroughManager
92 if (auto Err = notifyResolved(TrampolineAddr, LandingAddr)) in resolveTrampolineLandingAddress()
H A DRTDyldObjectLinkingLayer.cpp353 if (auto Err = R.notifyResolved(Symbols)) { in onObjLoad()
H A DOrcV2CBindings.cpp536 return wrap(unwrap(MR)->notifyResolved(std::move(SM))); in LLVMOrcMaterializationResponsibilityNotifyResolved()
H A DCore.cpp452 if (auto Err = QueryInfo->R->notifyResolved(ResolutionMap)) { in materialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp88 if (auto Err = Ctx->notifyResolved(*G)) in linkPhase2()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h72 LLVM_ABI Error notifyResolved(ExecutorAddr TrampolineAddr,
H A DCore.h636 Error notifyResolved(const SymbolMap &Symbols);
2002 inline Error MaterializationResponsibility::notifyResolved( in notifyResolved() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1967 virtual Error notifyResolved(LinkGraph &G) = 0;