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.cpp75 NotifyLandingResolvedFunction NotifyLandingResolved) { in resolveTrampolineLandingAddress() argument
79 return NotifyLandingResolved(reportCallThroughError(Entry.takeError())); in resolveTrampolineLandingAddress()
85 NotifyLandingResolved = std::move(NotifyLandingResolved)]( in resolveTrampolineLandingAddress()
93 NotifyLandingResolved(reportCallThroughError(std::move(Err))); in resolveTrampolineLandingAddress()
95 NotifyLandingResolved(LandingAddr); in resolveTrampolineLandingAddress()
97 NotifyLandingResolved(reportCallThroughError(Result.takeError())); in resolveTrampolineLandingAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h57 TrampolinePool::NotifyLandingResolvedFunction NotifyLandingResolved);
102 NotifyLandingResolved) { in init()
104 std::move(NotifyLandingResolved)); in init()
H A DIndirectionUtils.h269 NotifyLandingResolvedFunction NotifyLandingResolved) { in LocalJITCompileCallbackManager()
270 NotifyLandingResolved(executeCompileCallback(TrampolineAddr)); in LocalJITCompileCallbackManager()