Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp24 function_ref<void(Error)> RecoverableErrorHandler) { in extract()
H A DDWARFDebugAranges.cpp25 function_ref<void(Error)> RecoverableErrorHandler, in extract()
H A DDWARFDebugLine.cpp361 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse()
582 const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getOrParseLineTable()
731 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse()
1450 function_ref<void(Error)> RecoverableErrorHandler, in parseNext()
1466 function_ref<void(Error)> RecoverableErrorHandler, in skip()
H A DDWARFContext.cpp75 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext()
978 DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getLineTableForUnit()
2002 std::function<void(Error)> RecoverableErrorHandler, in create()
2014 std::function<void(Error)> RecoverableErrorHandler, in create()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h87 std::function<void(Error)> RecoverableErrorHandler = variable
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp534 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local
630 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h220 std::function<void(Error)> RecoverableErrorHandler = member