Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h367 function_ref<void(Error)> UnrecoverableErrorHandler,
378 function_ref<void(Error)> UnrecoverableErrorHandler);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1598 function_ref<void(Error)> UnrecoverableErrorHandler, raw_ostream *OS, in parseNext() argument
1607 UnrecoverableErrorHandler(std::move(Err)); in parseNext()
1614 function_ref<void(Error)> UnrecoverableErrorHandler) { in skip() argument
1622 UnrecoverableErrorHandler(std::move(Err)); in skip()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp653 void (*UnrecoverableErrorHandler)(Error Err) = error; in collectObjectSources() local
656 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()