Home
last modified time | relevance | path

Searched refs:handleErrors (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DJSONTransport.cpp110 return handleErrors(raw_length.takeError(), in ReadImpl()
123 return handleErrors( in ReadImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) { in take()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp83 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error { in isNotObjectErrorInvalidFileType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp180 handleErrors(DWOs.takeError(), in llvm_dwp_main()
205 handleErrors(ErrOrTriple.takeError(), in llvm_dwp_main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h167 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
373 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
967 Error handleErrors(Error E, HandlerTs &&... Hs) { in handleErrors() function
991 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)); in handleAllErrors()
1047 if (auto Err = handleErrors(ValOrErr.takeError(), in handleExpected()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp493 handleErrors(RegionsOrErr.takeError(), [](const StringError &E) { in main()
535 if (auto Err = handleErrors(InstrumentRegionsOrErr.takeError(), in main()
639 if (auto NewE = handleErrors( in main()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp121 E = handleErrors(std::move(E), [&](const ECError &E) -> Error { in localCache()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp141 error = llvm::handleErrors(std::move(error), [&](DiagnosticError &error) { in SetError()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp274 return llvm::handleErrors( in insert()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp238 return handleErrors(std::move(Err), [](std::unique_ptr<StringError> E) { in eval()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1156 handleErrors( in match()
2236 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in Check()
2358 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckNot()
2418 handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckDag()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp174 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1138 if (Error Unhandled = handleErrors( in getRecords()
1382 handleErrors(std::move(Err), [&](const InstrProfError &IE) -> Error { in getInstrProfRecord()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp665 return handleErrors(ErrOrObj.takeError(), in write()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1004 return handleErrors(std::move(E), [](const CoverageMapError &CME) { in handleMaybeNoDataFoundError()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1726 e = handleErrors(std::move(e), [&](const llvm::msf::MSFError &me) { in commit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp763 } else if (Error Err = handleErrors( in verifyDebugInfoAttribute()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp905 llvm::Error E = handleErrors( in createOutputFileImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1124 llvm::handleErrors(return_value.takeError(), [&](PythonException &E) { in ExecuteMultipleLines()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp566 E = handleErrors(std::move(E), in handleMergeWriterError()