|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
lib/ProfileData/Coverage/CoverageMapping.cpp 825 std::string CoverageMapError::message() const {
lib/ProfileData/InstrProf.cpp 209 std::string InstrProfError::message() const {
tools/clang/lib/Tooling/Core/Replacement.cpp 180 std::string ReplacementError::message() const {
References
include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h 179 EIB->message(),
include/llvm/IR/RemarkStreamer.h 67 Msg = EIB.message();
include/llvm/Support/Error.h 989 Errors.push_back(EI.message());
lib/Bitcode/Reader/BitReader.cpp 46 Message = EIB.message();
92 Message = EIB.message();
lib/Bitcode/Reader/BitcodeReader.cpp 850 Ctx.emitError(EIB.message());
lib/DebugInfo/DWARF/DWARFContext.cpp 1864 WithColor::warning() << Info.message() << '\n';
lib/DebugInfo/DWARF/DWARFVerifier.cpp 1274 Info.message());
lib/ExecutionEngine/Interpreter/Interpreter.cpp 40 Msg = EIB.message();
lib/IR/LegacyPassManager.cpp 1508 report_fatal_error("Error reading bitcode file: " + EIB.message());
lib/IRReader/IRReader.cpp 42 EIB.message());
82 EIB.message());
lib/LTO/ThinLTOCodeGenerator.cpp 194 SourceMgr::DK_Error, EIB.message());
219 SourceMgr::DK_Error, EIB.message());
lib/Linker/LinkModules.cpp 559 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message()));
lib/Object/RelocationResolver.cpp 21 report_fatal_error(EI.message());
lib/ToolDrivers/llvm-lib/LibDriver.cpp 108 llvm::errs() << "error opening '" << File << "': " << EIB.message() << '\n';
216 llvm::errs() << MB.getBufferIdentifier() << ": " << EIB.message()
373 llvm::errs() << OutputPath << ": " << EI.message() << "\n";
lib/Transforms/Instrumentation/PGOInstrumentation.cpp 1531 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message()));
tools/clang/lib/CodeGen/BackendUtil.cpp 1413 << "': " << EIB.message() << '\n';
1429 errs() << "Error setting up ThinLTO save-temps: " << EIB.message()
1487 errs() << "Error running ThinLTO backend: " << EIB.message() << '\n';
tools/clang/lib/CodeGen/CodeGenAction.cpp 282 << CodeGenOpts.OptRecordFile << E.message();
286 << E.message() << CodeGenOpts.OptRecordPasses;
917 << F.Filename << EIB.message();
993 CI.getDiagnostics().Report(DiagID) << EIB.message();
tools/clang/lib/CodeGen/CodeGenModule.cpp 164 << EI.message();
tools/clang/unittests/AST/ASTImporterTest.cpp 100 [&ErrorText](const ImportError &Err) { ErrorText = Err.message(); });
tools/gold/gold-plugin.cpp 481 message(LDPL_FATAL, "%s: %s", Msg.c_str(), EIB.message().c_str());
538 EI.message().c_str());
tools/lld/COFF/Driver.cpp 759 [](ErrorInfoBase &eib) { error(eib.message()); });
tools/lld/Common/DWARF.cpp 21 [](ErrorInfoBase &info) { warn(info.message()); });
tools/lld/Common/ErrorHandler.cpp 87 [&](ErrorInfoBase &eib) { error(eib.message()); });
tools/lld/lib/Driver/DarwinLdDriver.cpp 1100 error(EI.message() + ", processing '-filelist " + arg->getValue());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp 126 return SendUnimplementedResponse(PUE->message().c_str());
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h 720 PyErr_SetString(PyExc_Exception, E.message().c_str());
tools/lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp 66 &ErrorInfoBase::message, "Error 255")));
74 &ErrorInfoBase::message,
tools/llvm-ar/llvm-ar.cpp 160 fail(EIB.message());
161 fail(Context + ": " + EIB.message());
tools/llvm-cfi-verify/lib/FileAnalysis.cpp 522 errs() << "Symbolizer failed to get line: " << E.message() << "\n";
tools/llvm-cvtres/llvm-cvtres.cpp 89 [&](const ErrorInfoBase &EI) { reportError(EI.message()); });
tools/llvm-lto/llvm-lto.cpp 497 SourceMgr::DK_Error, EIB.message());
tools/llvm-lto2/llvm-lto2.cpp 144 errs() << "llvm-lto2: " << Msg << ": " << EIB.message().c_str() << '\n';
tools/llvm-mt/llvm-mt.cpp 84 reportError(EI.message());
tools/llvm-readobj/llvm-readobj.cpp 379 [&](const ErrorInfoBase &EI) { error(EI.message()); });
394 WithColor::warning(errs(), ToolName) << EI.message() << "\n";
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp 103 EXPECT_EQ(Actual.message(), ExpectedMsgs[WhichMsg++].str());
unittests/DebugInfo/GSYM/GSYMTest.cpp 38 EXPECT_EQ(Actual.message(), ExpectedMsgs[WhichMsg++]);
unittests/Support/ErrorTest.cpp 735 EXPECT_EQ(CE.message().compare("CustomError {0}"), 0);
888 EXPECT_EQ(F.message().compare("'file.bin': CustomError {2}"), 0);
897 EXPECT_EQ(C.message().compare("CustomError {3}"), 0);
969 EXPECT_EQ(F.message().compare("Error 2."), 0);
unittests/Support/JSONTest.cpp 131 FAIL() << "Failed to parse JSON >>> " << S << " <<<: " << E.message();
172 EXPECT_THAT(E.message(), testing::HasSubstr(Msg)) << S;