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.h337 function_ref<void(Error)> UnrecoverableErrorHandler,
348 function_ref<void(Error)> UnrecoverableErrorHandler);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1544 function_ref<void(Error)> UnrecoverableErrorHandler, raw_ostream *OS, in parseNext() argument
1553 UnrecoverableErrorHandler(std::move(Err)); in parseNext()
1560 function_ref<void(Error)> UnrecoverableErrorHandler) { in skip() argument
1568 UnrecoverableErrorHandler(std::move(Err)); in skip()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp639 void (*UnrecoverableErrorHandler)(Error Err) = error; in collectObjectSources() local
642 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()