Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp39 JITTargetAddress LazyCallThroughManager::reportCallThroughError(Error Err) { in reportCallThroughError() function in llvm::orc::LazyCallThroughManager
76 return NotifyLandingResolved(reportCallThroughError(Entry.takeError())); in resolveTrampolineLandingAddress()
90 NotifyLandingResolved(reportCallThroughError(std::move(Err))); in resolveTrampolineLandingAddress()
94 NotifyLandingResolved(reportCallThroughError(Result.takeError())); in resolveTrampolineLandingAddress()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h67 JITTargetAddress reportCallThroughError(Error Err);