|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h 200 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
include/llvm/IR/RemarkStreamer.h 66 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EIB) {
include/llvm/Object/ELFObjectFile.h 709 handleAllErrors(std::move(SectionsOrErr.takeError()),
include/llvm/ProfileData/InstrProf.h 321 handleAllErrors(std::move(E), [&Err](const InstrProfError &IPE) {
include/llvm/Support/Error.h 988 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
1002 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
lib/Bitcode/Reader/BitReader.cpp 45 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
91 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
lib/Bitcode/Reader/BitcodeReader.cpp 848 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp 660 handleAllErrors(EntryOr.takeError(), [](const SentinelError &) {},
lib/DebugInfo/DWARF/DWARFContext.cpp 1863 handleAllErrors(std::move(Warning), [](ErrorInfoBase &Info) {
lib/DebugInfo/DWARF/DWARFVerifier.cpp 1261 handleAllErrors(EntryOr.takeError(),
lib/ExecutionEngine/Interpreter/Interpreter.cpp 39 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
lib/IR/LegacyPassManager.cpp 1507 handleAllErrors(F.materialize(), [&](ErrorInfoBase &EIB) {
lib/IRReader/IRReader.cpp 40 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
80 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
lib/LTO/ThinLTOCodeGenerator.cpp 192 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) {
217 handleAllErrors(Result.takeError(), [&](ErrorInfoBase &EIB) {
lib/Linker/LinkModules.cpp 558 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
lib/Object/RelocationResolver.cpp 20 handleAllErrors(AddendOrErr.takeError(), [](const ErrorInfoBase &EI) {
lib/ProfileData/Coverage/CoverageMappingReader.cpp 50 handleAllErrors(std::move(E), [&](const CoverageMapError &CME) {
lib/ProfileData/SampleProfReader.cpp 1310 handleAllErrors(
lib/Support/Error.cpp 65 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) {
95 handleAllErrors(std::move(Err), [&](const ErrorInfoBase &EI) {
lib/Support/FileCheck.cpp 734 handleAllErrors(MatchedValue.takeError(),
lib/Testing/Support/Error.cpp 17 handleAllErrors(std::move(Err),
lib/ToolDrivers/llvm-lib/LibDriver.cpp 107 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) {
215 handleAllErrors(ChildMB.takeError(), [&](const ErrorInfoBase &EIB) {
372 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) {
lib/Transforms/Instrumentation/PGOInstrumentation.cpp 1145 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) {
1529 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) {
tools/clang/lib/AST/ASTImporter.cpp 8001 handleAllErrors(ToDOrErr.takeError(),
tools/clang/lib/AST/Interp/Context.cpp 37 handleAllErrors(R.takeError(), [&Parent](ByteCodeGenError &Err) {
140 handleAllErrors(R.takeError(), [&Parent](ByteCodeGenError &Err) {
tools/clang/lib/CodeGen/BackendUtil.cpp 1411 handleAllErrors(BMOrErr.takeError(), [&](ErrorInfoBase &EIB) {
1428 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
1486 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
tools/clang/lib/CodeGen/CodeGenAction.cpp 278 handleAllErrors(
915 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) {
992 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
tools/clang/lib/CodeGen/CodeGenModule.cpp 162 llvm::handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EI) {
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp 347 handleAllErrors(E.takeError(), [&](const llvm::ErrorInfoBase &EIB) {
355 handleAllErrors(OFOrErr.takeError(), [&](const llvm::ErrorInfoBase &EIB) {
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp 508 handleAllErrors(ToDeclOrError.takeError(),
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp 581 handleAllErrors(CTUDeclOrError.takeError(),
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp 410 handleAllErrors(CTUDeclOrError.takeError(),
tools/clang/tools/clang-refactor/TestSupport.cpp 186 handleAllErrors(
tools/clang/tools/clang-scan-deps/ClangScanDeps.cpp 108 llvm::handleAllErrors(
tools/clang/unittests/AST/ASTImporterTest.cpp 98 handleAllErrors(
tools/clang/unittests/Tooling/RefactoringActionRulesTest.cpp 139 llvm::handleAllErrors(ErrorOrResult.takeError(),
172 llvm::handleAllErrors(Result.takeError(), [&](llvm::StringError &Error) {
tools/clang/unittests/Tooling/RefactoringCallbacksTest.cpp 129 handleAllErrors(std::move(E), [&](const llvm::StringError &SE) {
tools/clang/unittests/Tooling/RefactoringTest.cpp 115 llvm::handleAllErrors(std::move(Error), [&](const ReplacementError &RE) {
tools/gold/gold-plugin.cpp 480 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) -> Error {
530 handleAllErrors(ObjOrErr.takeError(), [&](const ErrorInfoBase &EI) {
tools/lld/COFF/Driver.cpp 758 handleAllErrors(std::move(e),
tools/lld/Common/DWARF.cpp 20 handleAllErrors(std::move(err),
tools/lld/Common/ErrorHandler.cpp 86 handleAllErrors(std::move(e),
tools/lld/lib/Driver/DarwinLdDriver.cpp 1099 handleAllErrors(std::move(ec), [&](const llvm::ErrorInfoBase &EI) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp 774 handleAllErrors(fileOrError.takeError(),
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp 118 llvm::handleAllErrors(
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h 717 llvm::handleAllErrors(
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp 1087 llvm::handleAllErrors(
tools/llvm-ar/llvm-ar.cpp 157 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) {
tools/llvm-cfi-verify/lib/FileAnalysis.cpp 521 handleAllErrors(LineInfo.takeError(), [](const ErrorInfoBase &E) {
tools/llvm-cvtres/llvm-cvtres.cpp 88 handleAllErrors(std::move(EC),
tools/llvm-lto/llvm-lto.cpp 495 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) {
tools/llvm-lto2/llvm-lto2.cpp 143 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
tools/llvm-mt/llvm-mt.cpp 83 handleAllErrors(std::move(EC), [&](const ErrorInfoBase &EI) {
tools/llvm-opt-report/OptReport.cpp 159 handleAllErrors(Format.takeError(), [&](const ErrorInfoBase &PE) {
169 handleAllErrors(MaybeParser.takeError(), [&](const ErrorInfoBase &PE) {
186 handleAllErrors(std::move(E), [&](const ErrorInfoBase &PE) {
tools/llvm-profdata/llvm-profdata.cpp 69 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) {
tools/llvm-readobj/llvm-readobj.cpp 378 handleAllErrors(createFileError(Input, std::move(Err)),
391 handleAllErrors(
tools/llvm-xray/func-id-helper.cpp 44 handleAllErrors(ResOrErr.takeError(), [&](const ErrorInfoBase &) {
tools/llvm-xray/xray-graph.cpp 465 handleAllErrors(std::move(E),
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp 1002 handleAllErrors(
unittests/ProfileData/CoverageMappingTest.cpp 29 handleAllErrors(std::move(E), [&](const CoverageMapError &CME) {
unittests/ProfileData/InstrProfTest.cpp 27 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) {
unittests/Remarks/YAMLRemarksParsingTest.cpp 61 handleAllErrors(Remark.takeError(),
80 handleAllErrors(MaybeParser.takeError(),
660 handleAllErrors(MaybeRemark.takeError(),
unittests/Support/ErrorTest.cpp 178 handleAllErrors(make_error<CustomError>(42), [&](const CustomError &CE) {
200 handleAllErrors(make_error<CustomError>(42), [](const CustomError &CE) {});
202 handleAllErrors(
206 handleAllErrors(make_error<CustomError>(42),
209 handleAllErrors(make_error<CustomError>(42),
212 handleAllErrors(make_error<CustomError>(42), [](CustomError &CE) {});
214 handleAllErrors(make_error<CustomError>(42),
217 handleAllErrors(make_error<CustomError>(42), [](CustomError &CE) mutable {});
219 handleAllErrors(
223 handleAllErrors(make_error<CustomError>(42),
226 handleAllErrors(
230 handleAllErrors(make_error<CustomError>(42),
234 handleAllErrors(make_error<CustomError>(42), handleCustomError);
237 handleAllErrors(make_error<CustomError>(42), handleCustomErrorVoid);
240 handleAllErrors(make_error<CustomError>(42), handleCustomErrorUP);
243 handleAllErrors(make_error<CustomError>(42), handleCustomErrorUPVoid);
250 handleAllErrors(make_error<CustomSubError>(42, 7),
266 handleAllErrors(make_error<CustomSubError>(42, 7),
284 handleAllErrors(
304 handleAllErrors(std::move(E),
327 handleAllErrors(
341 handleAllErrors(
355 handleAllErrors(
386 handleAllErrors(make_error<CustomError>(7), [&](const CustomSubError &SE) {
406 handleAllErrors(make_error<CustomError>(7),
428 handleAllErrors(std::move(E),
734 handleAllErrors(std::move(E2), [](const CustomError &CE) {
856 handleAllErrors(
887 handleAllErrors(std::move(FE2), [](const FileError &F) {
896 handleAllErrors(std::move(E31), [](const CustomError &C) {
968 handleAllErrors(std::move(E3), [](const TestDebugError &F) {
unittests/Support/FileCheckTest.cpp 48 handleAllErrors(std::move(Err), [&](const FileCheckUndefVarError &E) {
unittests/Support/GlobPatternTest.cpp 121 handleAllErrors(Pat1.takeError(), [&](ErrorInfoBase &EIB) {});
125 handleAllErrors(Pat2.takeError(), [&](ErrorInfoBase &EIB) {});
unittests/Support/JSONTest.cpp 130 handleAllErrors(E.takeError(), [S](const llvm::ErrorInfoBase &E) {
171 handleAllErrors(E.takeError(), [S, Msg](const llvm::ErrorInfoBase &E) {
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp 71 handleAllErrors(std::move(Err), [&](const UnsupportedDisassembly &E) {
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp 131 handleAllErrors(std::move(Err), [&](const UnsupportedDisassembly &E) {