Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp55 Error LazyCallThroughManager::notifyResolved(JITTargetAddress TrampolineAddr, in notifyResolved() function in llvm::orc::LazyCallThroughManager
89 if (auto Err = notifyResolved(TrampolineAddr, LandingAddr)) in resolveTrampolineLandingAddress()
219 cantFail(R->notifyResolved(Stubs)); in materialize()
DObjectLinkingLayer.cpp182 Error notifyResolved(LinkGraph &G) override { in notifyResolved() function in llvm::orc::ObjectLinkingLayerJITLinkContext
283 if (auto Err = MR->notifyResolved(InternedResult)) in notifyResolved()
DRTDyldObjectLinkingLayer.cpp343 if (auto Err = R.notifyResolved(Symbols)) { in onObjLoad()
DIndirectionUtils.cpp45 cantFail(R->notifyResolved(Result)); in materialize()
DOrcV2CBindings.cpp559 return wrap(unwrap(MR)->notifyResolved(std::move(SM))); in LLVMOrcMaterializationResponsibilityNotifyResolved()
DCore.cpp272 if (auto Err = R->notifyResolved(Symbols)) { in materialize()
453 if (auto Err = QueryInfo->R->notifyResolved(ResolutionMap)) { in materialize()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h69 Error notifyResolved(JITTargetAddress TrampolineAddr,
DCore.h581 Error notifyResolved(const SymbolMap &Symbols);
1933 inline Error MaterializationResponsibility::notifyResolved( in notifyResolved() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp83 if (auto Err = Ctx->notifyResolved(*G)) in linkPhase2()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1730 virtual Error notifyResolved(LinkGraph &G) = 0;
/openbsd/src/gnu/llvm/llvm/docs/
DJITLink.rst490 Calls ``JITLinkContext::notifyResolved`` on the link graph, allowing