Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp409 RecoverableErrorHandler(createStringError( in parse()
439 RecoverableErrorHandler(joinErrors( in parse()
452 RecoverableErrorHandler(createStringError( in parse()
761 RecoverableErrorHandler( in parse()
828 RecoverableErrorHandler(Cursor.takeError()); in parse()
872 RecoverableErrorHandler(createStringError( in parse()
883 RecoverableErrorHandler(createStringError( in parse()
970 RecoverableErrorHandler(createStringError( in parse()
1188 RecoverableErrorHandler(Cursor.takeError()); in parse()
1192 RecoverableErrorHandler(createStringError( in parse()
[all …]
H A DDWARFContext.cpp78 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext()
183 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection()
232 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection()
256 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection()
281 RecoverableErrorHandler(std::move(Err)); in parseMacroOrMacinfo()
321 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection()
468 RecoverableErrorHandler(DF.takeError()); in dump()
477 RecoverableErrorHandler(DF.takeError()); in dump()
513 RecoverableErrorHandler(std::move(E)); in dump()
608 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.cpp166 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
H A DDWARFDebugFrame.cpp983 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
1012 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
H A DDWARFDie.cpp227 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h87 std::function<void(Error)> RecoverableErrorHandler = variable
117 std::function<void(Error)> RecoverableErrorHandler =
334 function_ref<void(Error)> RecoverableErrorHandler);
414 return RecoverableErrorHandler; in getRecoverableErrorHandler()
425 std::function<void(Error)> RecoverableErrorHandler =
433 std::function<void(Error)> RecoverableErrorHandler =
H A DDWARFDebugLine.h128 function_ref<void(Error)> RecoverableErrorHandler,
277 function_ref<void(Error)> RecoverableErrorHandler,
306 function_ref<void(Error)> RecoverableErrorHandler);
328 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler,
339 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,
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp303 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts()
534 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local
541 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()
630 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
638 RecoverableErrorHandler); in handleBuffer()
651 RecoverableErrorHandler); in handleBuffer()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h220 std::function<void(Error)> RecoverableErrorHandler = member
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp432 DumpOpts.RecoverableErrorHandler(std::move(Err)); in finalize()