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 | 365 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() argument 396 RecoverableErrorHandler(createStringError( in parse() 403 RecoverableErrorHandler(createStringError( in parse() 429 RecoverableErrorHandler(createStringError( in parse() 459 RecoverableErrorHandler(joinErrors( in parse() 472 RecoverableErrorHandler(createStringError( in parse() 604 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 | 397 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() argument 422 RecoverableErrorHandler); in getLineTableForUnit() 674 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() argument 676 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit() 744 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument 748 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext() 859 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection() 908 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection() 932 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection() 954 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection() [all …]
|
| H A D | DWARFDebugAranges.cpp | 24 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument 33 RecoverableErrorHandler(std::move(E)); in extract()
|
| H A D | DWARFDebugFrame.cpp | 142 DumpOpts.RecoverableErrorHandler(joinErrors( in dump() 170 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
|
| H A D | DWARFDebugLoc.cpp | 165 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
|
| 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 = 353 function_ref<void(Error)> RecoverableErrorHandler); 437 return RecoverableErrorHandler; in getRecoverableErrorHandler() 448 std::function<void(Error)> RecoverableErrorHandler = 457 std::function<void(Error)> RecoverableErrorHandler =
|
| H A D | DWARFDebugLine.h | 128 function_ref<void(Error)> RecoverableErrorHandler, 301 function_ref<void(Error)> RecoverableErrorHandler, 343 function_ref<void(Error)> RecoverableErrorHandler); 366 parseNext(function_ref<void(Error)> RecoverableErrorHandler, 377 LLVM_ABI void skip(function_ref<void(Error)> RecoverableErrorHandler,
|
| H A D | DWARFDebugPubTable.h | 79 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 | 362 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts() 649 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local 656 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources() 783 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local 791 RecoverableErrorHandler, WithColor::defaultWarningHandler, in handleBuffer() 806 RecoverableErrorHandler); in handleBuffer()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 234 std::function<void(Error)> RecoverableErrorHandler = member
|