Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp55 Error LazyCallThroughManager::notifyResolved(JITTargetAddress TrampolineAddr, in notifyResolved() function in llvm::orc::LazyCallThroughManager
89 if (auto Err = notifyResolved(TrampolineAddr, LandingAddr)) in resolveTrampolineLandingAddress()
211 cantFail(R->notifyResolved(Stubs)); in materialize()
H A DObjectLinkingLayer.cpp203 Error notifyResolved(LinkGraph &G) override { in notifyResolved() function in llvm::orc::ObjectLinkingLayerJITLinkContext
294 if (auto Err = MR->notifyResolved(InternedResult)) in notifyResolved()
H A DRTDyldObjectLinkingLayer.cpp264 if (auto Err = R.notifyResolved(Symbols)) { in onObjLoad()
H A DIndirectionUtils.cpp40 cantFail(R->notifyResolved(Result)); in materialize()
H A DCore.cpp253 cantFail(R->notifyResolved(Symbols)); in materialize()
426 if (auto Err = QueryInfo->R->notifyResolved(ResolutionMap)) { in materialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h69 Error notifyResolved(JITTargetAddress TrampolineAddr,
H A DCore.h545 Error notifyResolved(const SymbolMap &Symbols);
1668 inline Error MaterializationResponsibility::notifyResolved( in notifyResolved() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp71 if (auto Err = Ctx->notifyResolved(*G)) in linkPhase1()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1491 virtual Error notifyResolved(LinkGraph &G) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DJITLink.rst490 Calls ``JITLinkContext::notifyResolved`` on the link graph, allowing