/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() 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() 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, Ct in parse() 366 parse(DWARFDataExtractor DebugLineData,uint64_t * OffsetPtr,function_ref<void (Error)> RecoverableErrorHandler,const DWARFContext & Ctx,const DWARFUnit * U) parse() argument 605 getOrParseLineTable(DWARFDataExtractor & DebugLineData,uint64_t Offset,const DWARFContext & Ctx,const DWARFUnit * U,function_ref<void (Error)> RecoverableErrorHandler) getOrParseLineTable() argument 1543 parseNext(function_ref<void (Error)> RecoverableErrorHandler,function_ref<void (Error)> UnrecoverableErrorHandler,raw_ostream * OS,bool Verbose) parseNext() argument 1559 skip(function_ref<void (Error)> RecoverableErrorHandler,function_ref<void (Error)> UnrecoverableErrorHandler) skip() argument [all...] |
H A D | DWARFContext.cpp | 397 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { 422 RecoverableErrorHandler); in getLineTableForUnit() 676 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { 678 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit() 746 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() 750 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext() 861 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection() 910 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection() 934 DumpOpts.RecoverableErrorHandler(st in dumpRnglistsSection() 398 getLineTableForUnit(DWARFUnit * U,function_ref<void (Error)> RecoverableErrorHandler) getLineTableForUnit() argument 677 getLineTableForUnit(DWARFUnit * U,function_ref<void (Error)> RecoverableErrorHandler) getLineTableForUnit() argument 748 DWARFContext(std::unique_ptr<const DWARFObject> DObj,std::string DWPName,std::function<void (Error)> RecoverableErrorHandler,std::function<void (Error)> WarningHandler,bool ThreadSafe) DWARFContext() argument 1501 getLineTableForUnit(DWARFUnit * U,function_ref<void (Error)> RecoverableErrorHandler) getLineTableForUnit() argument 2444 create(const object::ObjectFile & Obj,ProcessDebugRelocations RelocAction,const LoadedObjectInfo * L,std::string DWPName,std::function<void (Error)> RecoverableErrorHandler,std::function<void (Error)> WarningHandler,bool ThreadSafe) create() argument 2459 create(const StringMap<std::unique_ptr<MemoryBuffer>> & Sections,uint8_t AddrSize,bool isLittleEndian,std::function<void (Error)> RecoverableErrorHandler,std::function<void (Error)> WarningHandler,bool ThreadSafe) create() argument [all...] |
H A D | DWARFDebugAranges.cpp | 24 function_ref<void(Error)> RecoverableErrorHandler, in extract() 33 RecoverableErrorHandler(std::move(E)); in extract() 25 extract(DWARFDataExtractor DebugArangesData,function_ref<void (Error)> RecoverableErrorHandler,function_ref<void (Error)> WarningHandler) extract() argument
|
H A D | DWARFDebugLoc.cpp | 163 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
|
H A D | DWARFDebugFrame.cpp | 1016 DumpOpts.RecoverableErrorHandler(joinErrors( in dump() 1044 DumpOpts.RecoverableErrorHandler(joinErrors(
|
H A D | DWARFDie.cpp | 224 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
|
/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); in getStringExtractor() 437 return RecoverableErrorHandler; 448 std::function<void(Error)> RecoverableErrorHandler = 457 std::function<void(Error)> RecoverableErrorHandler =
|
H A D | DWARFDebugLine.h | 127 function_ref<void(Error)> RecoverableErrorHandler, 286 function_ref<void(Error)> RecoverableErrorHandler, 316 function_ref<void(Error)> RecoverableErrorHandler); 330 /// \param RecoverableErrorHandler - any issues that don't prevent further 338 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler, 345 /// \param RecoverableErrorHandler - report any recoverable prologue 349 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,
|
/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()
|
/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 234 std::function<void(Error)> RecoverableErrorHandler = 231 std::function<void(Error)> RecoverableErrorHandler = global() member
|