Home
last modified time | relevance | path

Searched refs:reportCallThroughError (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp42 ExecutorAddr LazyCallThroughManager::reportCallThroughError(Error Err) { in reportCallThroughError() function in llvm::orc::LazyCallThroughManager
79 return NotifyLandingResolved(reportCallThroughError(Entry.takeError())); in resolveTrampolineLandingAddress()
93 NotifyLandingResolved(reportCallThroughError(std::move(Err))); in resolveTrampolineLandingAddress()
97 NotifyLandingResolved(reportCallThroughError(Result.takeError())); in resolveTrampolineLandingAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h70 LLVM_ABI ExecutorAddr reportCallThroughError(Error Err);