Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h329 function_ref<void(Error)> UnrecoverableErrorHandler,
340 function_ref<void(Error)> UnrecoverableErrorHandler);
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1451 function_ref<void(Error)> UnrecoverableErrorHandler, raw_ostream *OS, in parseNext() argument
1460 UnrecoverableErrorHandler(std::move(Err)); in parseNext()
1467 function_ref<void(Error)> UnrecoverableErrorHandler) { in skip() argument
1475 UnrecoverableErrorHandler(std::move(Err)); in skip()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp538 void (*UnrecoverableErrorHandler)(Error Err) = error; in collectObjectSources() local
541 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()