Searched refs:RecoverableErrorHandler (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/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() 731 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() argument 739 Prologue.parse(DebugLineData, OffsetPtr, RecoverableErrorHandler, Ctx, U); in parse() 761 RecoverableErrorHandler( in parse() 783 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse() [all …]
|
D | DWARFContext.cpp | 74 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument 77 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext() 182 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection() 231 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection() 255 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection() 280 RecoverableErrorHandler(std::move(Err)); in parseMacroOrMacinfo() 318 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection() 345 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection() 465 RecoverableErrorHandler(DF.takeError()); in dump() 474 RecoverableErrorHandler(DF.takeError()); in dump() [all …]
|
D | DWARFDebugAranges.cpp | 25 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument 34 RecoverableErrorHandler(std::move(E)); in extract()
|
D | DWARFDebugLoc.cpp | 164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
|
D | DWARFDebugFrame.cpp | 984 DumpOpts.RecoverableErrorHandler(joinErrors( in dump() 1012 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
|
D | DWARFDie.cpp | 222 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 83 std::function<void(Error)> RecoverableErrorHandler = variable 117 std::function<void(Error)> RecoverableErrorHandler = 334 function_ref<void(Error)> RecoverableErrorHandler); 412 return RecoverableErrorHandler; in getRecoverableErrorHandler() 423 std::function<void(Error)> RecoverableErrorHandler = 431 std::function<void(Error)> RecoverableErrorHandler =
|
D | DWARFDebugLine.h | 127 function_ref<void(Error)> RecoverableErrorHandler, 281 function_ref<void(Error)> RecoverableErrorHandler, 310 function_ref<void(Error)> RecoverableErrorHandler); 332 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler, 343 void skip(function_ref<void(Error)> RecoverableErrorHandler,
|
D | DWARFDebugPubTable.h | 78 function_ref<void(Error)> RecoverableErrorHandler);
|
D | DWARFDebugAranges.h | 31 function_ref<void(Error)> RecoverableErrorHandler,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 224 std::function<void(Error)> RecoverableErrorHandler = member
|