Searched refs:RecoverableErrorHandler (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.cpp | 24 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 D | DWARFDebugLine.cpp | 366 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() argument 397 RecoverableErrorHandler(createStringError( in parse() 404 RecoverableErrorHandler(createStringError( in parse() 430 RecoverableErrorHandler(createStringError( in parse() 460 RecoverableErrorHandler(joinErrors( in parse() 473 RecoverableErrorHandler(createStringError( in parse() 605 const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getOrParseLineTable() argument 616 LT->parse(DebugLineData, &Offset, Ctx, U, RecoverableErrorHandler)) in getOrParseLineTable() 792 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() argument 800 Prologue.parse(DebugLineData, OffsetPtr, RecoverableErrorHandler, Ctx, U); in parse() [all …]
|
H A D | DWARFContext.cpp | 399 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() argument 424 RecoverableErrorHandler); in getLineTableForUnit() 678 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() argument 680 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit() 748 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument 752 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext() 863 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection() 912 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection() 936 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection() 958 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection() [all …]
|
H A D | DWARFDebugAranges.cpp | 25 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument 34 RecoverableErrorHandler(std::move(E)); in extract()
|
H A D | DWARFDebugLoc.cpp | 164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
|
H A D | DWARFDebugFrame.cpp | 993 DumpOpts.RecoverableErrorHandler(joinErrors( in dump() 1021 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
|
H A D | DWARFDie.cpp | 225 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 117 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 D | DWARFDebugLine.h | 127 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 D | DWARFDebugPubTable.h | 78 function_ref<void(Error)> RecoverableErrorHandler);
|
H A D | DWARFDebugAranges.h | 31 function_ref<void(Error)> RecoverableErrorHandler,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 352 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts() 635 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local 642 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources() 770 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local 778 RecoverableErrorHandler); in handleBuffer() 792 RecoverableErrorHandler); in handleBuffer()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 231 std::function<void(Error)> RecoverableErrorHandler = member
|