Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp72 NotifyLandingResolvedFunction NotifyLandingResolved) { in resolveTrampolineLandingAddress() argument
76 return NotifyLandingResolved(reportCallThroughError(Entry.takeError())); in resolveTrampolineLandingAddress()
82 NotifyLandingResolved = std::move(NotifyLandingResolved)]( in resolveTrampolineLandingAddress()
90 NotifyLandingResolved(reportCallThroughError(std::move(Err))); in resolveTrampolineLandingAddress()
92 NotifyLandingResolved(LandingAddr); in resolveTrampolineLandingAddress()
94 NotifyLandingResolved(reportCallThroughError(Result.takeError())); in resolveTrampolineLandingAddress()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h54 TrampolinePool::NotifyLandingResolvedFunction NotifyLandingResolved);
99 NotifyLandingResolved) { in init()
101 std::move(NotifyLandingResolved)); in init()
DIndirectionUtils.h261 NotifyLandingResolvedFunction NotifyLandingResolved) { in LocalJITCompileCallbackManager()
262 NotifyLandingResolved(executeCompileCallback(TrampolineAddr)); in LocalJITCompileCallbackManager()