Home
last modified time | relevance | path

Searched refs:RecoverableErrorHandler (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp24 function_ref<void(Error)> RecoverableErrorHandler) { in extract() argument
39 RecoverableErrorHandler(createStringError( in extract()
57 RecoverableErrorHandler( in extract()
77 RecoverableErrorHandler(createStringError( in extract()
84 RecoverableErrorHandler(createStringError( in extract()
H A DDWARFDebugLine.cpp414 RecoverableErrorHandler(createStringError( in parse()
444 RecoverableErrorHandler(joinErrors( in parse()
457 RecoverableErrorHandler(createStringError( in parse()
806 RecoverableErrorHandler( in parse()
873 RecoverableErrorHandler(Cursor.takeError()); in parse()
918 RecoverableErrorHandler(createStringError( in parse()
929 RecoverableErrorHandler(createStringError( in parse()
1017 RecoverableErrorHandler(createStringError( in parse()
1243 RecoverableErrorHandler(Cursor.takeError()); in parse()
1247 RecoverableErrorHandler(createStringError( in parse()
[all …]
H A DDWARFContext.cpp423 RecoverableErrorHandler); in getLineTableForUnit()
752 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext()
862 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection()
911 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection()
935 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection()
957 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection()
1112 RecoverableErrorHandler(DF.takeError()); in dump()
1121 RecoverableErrorHandler(DF.takeError()); in dump()
1157 RecoverableErrorHandler(std::move(E)); in dump()
1252 DumpOpts.RecoverableErrorHandler(std::move(E)); in dump()
[all …]
H A DDWARFDebugAranges.cpp25 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument
34 RecoverableErrorHandler(std::move(E)); in extract()
H A DDWARFDebugLoc.cpp164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
H A DDWARFDebugFrame.cpp984 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
1012 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
H A DDWARFDie.cpp225 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h117 std::function<void(Error)> RecoverableErrorHandler = variable
137 std::function<void(Error)> RecoverableErrorHandler =
347 function_ref<void(Error)> RecoverableErrorHandler);
431 return RecoverableErrorHandler; in getRecoverableErrorHandler()
442 std::function<void(Error)> RecoverableErrorHandler =
451 std::function<void(Error)> RecoverableErrorHandler =
H A DDWARFDebugLine.h127 function_ref<void(Error)> RecoverableErrorHandler,
285 function_ref<void(Error)> RecoverableErrorHandler,
314 function_ref<void(Error)> RecoverableErrorHandler);
336 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler,
347 void skip(function_ref<void(Error)> RecoverableErrorHandler,
H A DDWARFDebugPubTable.h78 function_ref<void(Error)> RecoverableErrorHandler);
H A DDWARFDebugAranges.h31 function_ref<void(Error)> RecoverableErrorHandler,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp326 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts()
605 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local
612 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()
740 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
748 RecoverableErrorHandler); in handleBuffer()
762 RecoverableErrorHandler); in handleBuffer()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h229 std::function<void(Error)> RecoverableErrorHandler = member