Searched refs:notifyResolved (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp55 Error LazyCallThroughManager::notifyResolved(JITTargetAddress TrampolineAddr, function in class:llvm::orc::LazyCallThroughManager
91 if (auto Err = notifyResolved(TrampolineAddr, LandingAddr))
203 cantFail(R.notifyResolved(Stubs));
H A DObjectLinkingLayer.cpp100 void notifyResolved(LinkGraph &G) override {
197 if (auto Err = MR.notifyResolved(InternedResult)) {
H A DRTDyldObjectLinkingLayer.cpp271 if (auto Err = R.notifyResolved(Symbols)) {
H A DIndirectionUtils.cpp40 cantFail(R.notifyResolved(Result));
H A DCore.cpp193 Error MaterializationResponsibility::notifyResolved(const SymbolMap &Symbols) { function in class:llvm::orc::MaterializationResponsibility
343 cantFail(R.notifyResolved(Symbols));
502 if (auto Err = QueryInfo->R.notifyResolved(ResolutionMap)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h69 Error notifyResolved(JITTargetAddress TrampolineAddr,
H A DCore.h459 Error notifyResolved(const SymbolMap &Symbols);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp70 Ctx->notifyResolved(*G);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1282 virtual void notifyResolved(LinkGraph &G) = 0;

Completed in 124 milliseconds