Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h337 function_ref<void(Error)> UnrecoverableErrorHandler,
348 function_ref<void(Error)> UnrecoverableErrorHandler);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1528 function_ref<void(Error)> UnrecoverableErrorHandler, raw_ostream *OS, in parseNext() argument
1537 UnrecoverableErrorHandler(std::move(Err)); in parseNext()
1544 function_ref<void(Error)> UnrecoverableErrorHandler) { in skip() argument
1552 UnrecoverableErrorHandler(std::move(Err)); in skip()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp609 void (*UnrecoverableErrorHandler)(Error Err) = error; in collectObjectSources() local
612 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()