Home
last modified time | relevance | path

Searched defs:RecoverableErrorHandler (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp24 function_ref<void(Error)> RecoverableErrorHandler) { in extract()
H A DDWARFDebugLine.cpp366 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() argument
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 DDWARFDebugAranges.cpp25 function_ref<void(Error)> RecoverableErrorHandler, in extract()
H A DDWARFContext.cpp748 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument
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...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h117 std::function<void(Error)> RecoverableErrorHandler = variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp605 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 DDIContext.h229 std::function<void(Error)> RecoverableErrorHandler = global() member