Searched refs:RecoverableErrorHandler (Results 1 – 13 of 13) sorted by relevance
/external/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 | 24 function_ref<void(Error)> RecoverableErrorHandler) { in extract() argument 32 Set.extract(DebugArangesData, &Offset, RecoverableErrorHandler)) { in extract() 33 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 | DWARFDie.cpp | 329 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
|
/external/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); 380 return RecoverableErrorHandler; in getRecoverableErrorHandler() 388 std::function<void(Error)> RecoverableErrorHandler = 396 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);
|
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 278 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts() 522 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local 529 DWARFContext::create(*Obj, nullptr, "", RecoverableErrorHandler); in handleBuffer() 542 DWARFContext::create(Obj, nullptr, "", RecoverableErrorHandler); in handleBuffer()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 219 std::function<void(Error)> RecoverableErrorHandler = member
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 141 DumpOpts.RecoverableErrorHandler = [&](llvm::Error E) { in GetDescription()
|