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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp39 JITTargetAddress LazyCallThroughManager::reportCallThroughError(Error Err) { function in class:llvm::orc::LazyCallThroughManager
76 return NotifyLandingResolved(reportCallThroughError(Entry.takeError()));
92 NotifyLandingResolved(reportCallThroughError(std::move(Err)));
96 NotifyLandingResolved(reportCallThroughError(Result.takeError()));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h67 JITTargetAddress reportCallThroughError(Error Err);

Completed in 107 milliseconds