Home
last modified time | relevance | path

Searched refs:NotifyLandingResolved (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp73 NotifyLandingResolvedFunction NotifyLandingResolved) { in resolveTrampolineLandingAddress() argument
77 return NotifyLandingResolved(reportCallThroughError(Entry.takeError())); in resolveTrampolineLandingAddress()
83 NotifyLandingResolved = std::move(NotifyLandingResolved)]( in resolveTrampolineLandingAddress()
91 NotifyLandingResolved(reportCallThroughError(std::move(Err))); in resolveTrampolineLandingAddress()
93 NotifyLandingResolved(LandingAddr); in resolveTrampolineLandingAddress()
95 NotifyLandingResolved(reportCallThroughError(Result.takeError())); in resolveTrampolineLandingAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h54 TrampolinePool::NotifyLandingResolvedFunction NotifyLandingResolved);
98 NotifyLandingResolved) { in init()
100 std::move(NotifyLandingResolved)); in init()
H A DIndirectionUtils.h267 NotifyLandingResolvedFunction NotifyLandingResolved) { in LocalJITCompileCallbackManager()
268 NotifyLandingResolved(executeCompileCallback(TrampolineAddr)); in LocalJITCompileCallbackManager()