| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | JSONTransport.cpp | 110 return handleErrors(raw_length.takeError(), in ReadImpl() 123 return handleErrors( in ReadImpl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticError.h | 42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) { in take()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Error.cpp | 83 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error { in isNotObjectErrorInvalidFileType()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 180 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 D | Error.h | 167 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 D | llvm-mca.cpp | 493 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 D | Caching.cpp | 121 E = handleErrors(std::move(E), [&](const ECError &E) -> Error { in localCache()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandReturnObject.cpp | 141 error = llvm::handleErrors(std::move(error), [&](DiagnosticError &error) { in SetError()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 274 return llvm::handleErrors( in insert()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | Stencil.cpp | 238 return handleErrors(std::move(Err), [](std::unique_ptr<StringError> E) { in eval()
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1156 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 D | DebugNamesDWARFIndex.cpp | 174 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 1138 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 D | DWP.cpp | 665 return handleErrors(ErrOrObj.takeError(), in write()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 1004 return handleErrors(std::move(E), [](const CoverageMapError &CME) { in handleMaybeNoDataFoundError()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 1726 e = handleErrors(std::move(e), [&](const llvm::msf::MSFError &me) { in commit()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 763 } else if (Error Err = handleErrors( in verifyDebugInfoAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 905 llvm::Error E = handleErrors( in createOutputFileImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1124 llvm::handleErrors(return_value.takeError(), [&](PythonException &E) { in ExecuteMultipleLines()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 566 E = handleErrors(std::move(E), in handleMergeWriterError()
|