Home
last modified time | relevance | path

Searched refs:getRecoverableErrorHandler (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp54 extract(ArangesData, CTX->getRecoverableErrorHandler(), in generate()
65 CTX->getRecoverableErrorHandler()(CURanges.takeError()); in generate()
H A DDWARFVerifier.cpp1961 DCtx.getRecoverableErrorHandler()(std::move(E)); in extractCUsTus()
1978 DCtx.getRecoverableErrorHandler()(std::move(E)); in extractCUsTus()
H A DDWARFUnit.cpp495 Context.getRecoverableErrorHandler()(std::move(e)); in extractDIEsIfNeeded()
H A DDWARFContext.cpp217 D.getRecoverableErrorHandler()(std::move(Err)); in parseMacroOrMacinfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h436 function_ref<void(Error)> getRecoverableErrorHandler() { in getRecoverableErrorHandler() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp362 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts()