| /freebsd-src/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 | 366 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() argument 397 RecoverableErrorHandler(createStringError( in parse() 404 RecoverableErrorHandler(createStringError( in parse() 430 RecoverableErrorHandler(createStringError( in parse() 460 RecoverableErrorHandler(joinErrors( in parse() 473 RecoverableErrorHandler(createStringError( in postAppend() 605 const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getOrParseLineTable() 616 LT->parse(DebugLineData, &Offset, Ctx, U, RecoverableErrorHandler)) in getOpcodeName() 792 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() 800 Prologue.parse(DebugLineData, OffsetPtr, RecoverableErrorHandler, Ct in parse() 589 getOrParseLineTable(DWARFDataExtractor & DebugLineData,uint64_t Offset,const DWARFContext & Ctx,const DWARFUnit * U,function_ref<void (Error)> RecoverableErrorHandler) getOrParseLineTable() argument 776 parse(DWARFDataExtractor & DebugLineData,uint64_t * OffsetPtr,const DWARFContext & Ctx,const DWARFUnit * U,function_ref<void (Error)> RecoverableErrorHandler,raw_ostream * OS,bool Verbose) parse() argument 1527 parseNext(function_ref<void (Error)> RecoverableErrorHandler,function_ref<void (Error)> UnrecoverableErrorHandler,raw_ostream * OS,bool Verbose) parseNext() argument 1543 skip(function_ref<void (Error)> RecoverableErrorHandler,function_ref<void (Error)> UnrecoverableErrorHandler) skip() argument [all...] |
| H A D | DWARFContext.cpp | 399 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() 424 RecoverableErrorHandler); in getLineTableForUnit() 678 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() 680 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit() 748 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument 752 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext() 863 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection() 912 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection() 936 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 1499 getLineTableForUnit(DWARFUnit * U,function_ref<void (Error)> RecoverableErrorHandler) getLineTableForUnit() argument 2442 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 2457 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 | 25 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument 34 RecoverableErrorHandler(std::move(E)); in extract()
|
| H A D | DWARFDebugLoc.cpp | 164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
|
| H A D | DWARFDebugFrame.cpp | 993 DumpOpts.RecoverableErrorHandler(joinErrors( in dump() 1021 DumpOpts.RecoverableErrorHandler(joinErrors( in DWARFDebugFrame()
|
| H A D | DWARFDie.cpp | 225 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
|
| /freebsd-src/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 = 347 function_ref<void(Error)> RecoverableErrorHandler); 431 return RecoverableErrorHandler; in getRecoverableErrorHandler() 442 std::function<void(Error)> RecoverableErrorHandler = 451 std::function<void(Error)> RecoverableErrorHandler =
|
| H A D | DWARFDebugLine.h | 127 function_ref<void(Error)> RecoverableErrorHandler, 285 function_ref<void(Error)> RecoverableErrorHandler, 314 function_ref<void(Error)> RecoverableErrorHandler); 336 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler, 347 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,
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 352 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in filterArch() 635 const auto RecoverableErrorHandler = [&](Error Err) { in createRegInfo() 642 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in dumpObjectFile() 770 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() 778 RecoverableErrorHandler); in handleBuffer() 792 RecoverableErrorHandler); in main() 605 const auto RecoverableErrorHandler = [&](Error Err) { collectObjectSources() local 740 auto RecoverableErrorHandler = [&](Error E) { handleBuffer() local
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 231 std::function<void(Error)> RecoverableErrorHandler = 229 std::function<void(Error)> RecoverableErrorHandler = global() member
|