Searched refs:RecoverableErrorHandler (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| 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()
|
| D | DWARFDebugLine.cpp | 361 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() argument 409 RecoverableErrorHandler(createStringError( in parse() 439 RecoverableErrorHandler(joinErrors( in parse() 452 RecoverableErrorHandler(createStringError( in parse() 582 const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getOrParseLineTable() argument 593 LT->parse(DebugLineData, &Offset, Ctx, U, RecoverableErrorHandler)) in getOrParseLineTable() 727 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() argument 735 Prologue.parse(DebugLineData, OffsetPtr, RecoverableErrorHandler, Ctx, U); in parse() 757 RecoverableErrorHandler( in parse() 779 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse() [all …]
|
| D | DWARFDebugAranges.cpp | 23 function_ref<void(Error)> RecoverableErrorHandler) { in extract() argument 31 Set.extract(DebugArangesData, &Offset, RecoverableErrorHandler)) { in extract() 32 RecoverableErrorHandler(std::move(E)); in extract()
|
| D | DWARFContext.cpp | 69 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument 72 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext() 177 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection() 226 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection() 250 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection() 275 RecoverableErrorHandler(std::move(Err)); in parseMacroOrMacinfo() 315 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection() 342 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection() 462 RecoverableErrorHandler(DF.takeError()); in dump() 471 RecoverableErrorHandler(DF.takeError()); in dump() [all …]
|
| D | DWARFDebugLoc.cpp | 164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
|
| D | DWARFDebugFrame.cpp | 982 DumpOpts.RecoverableErrorHandler(joinErrors( in dump() 1011 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
|
| D | DWARFDie.cpp | 340 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFContext.h | 91 std::function<void(Error)> RecoverableErrorHandler = variable 121 std::function<void(Error)> RecoverableErrorHandler = 327 function_ref<void(Error)> RecoverableErrorHandler); 385 return RecoverableErrorHandler; in getRecoverableErrorHandler() 393 std::function<void(Error)> RecoverableErrorHandler = 401 std::function<void(Error)> RecoverableErrorHandler =
|
| D | DWARFDebugLine.h | 135 function_ref<void(Error)> RecoverableErrorHandler, 284 function_ref<void(Error)> RecoverableErrorHandler, 313 function_ref<void(Error)> RecoverableErrorHandler); 334 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler, 345 void skip(function_ref<void(Error)> RecoverableErrorHandler,
|
| D | DWARFDebugPubTable.h | 77 function_ref<void(Error)> RecoverableErrorHandler);
|
| D | DWARFDebugAranges.h | 29 function_ref<void(Error)> RecoverableErrorHandler);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| D | llvm-dwarfdump.cpp | 289 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts() 533 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local 540 DWARFContext::create(*Obj, nullptr, "", RecoverableErrorHandler); in handleBuffer() 552 DWARFContext::create(Obj, nullptr, "", RecoverableErrorHandler); in handleBuffer()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| D | DIContext.h | 212 std::function<void(Error)> RecoverableErrorHandler = member
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | DWARFExpression.cpp | 139 DumpOpts.RecoverableErrorHandler = [&](llvm::Error E) { in GetDescription()
|