reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/WithColor.h
   76   static raw_ostream &error();

References

lib/DebugInfo/DWARF/DWARFContext.cpp
  162       WithColor::error()
  252       WithColor::error() << toString(std::move(Err)) << '\n';
  275       WithColor::error() << toString(std::move(Err)) << '\n';
  297       WithColor::error() << toString(std::move(E)) << '\n';
  522         WithColor::error() << toString(std::move(E)) << '\n';
 1354   WithColor::error() << toString(std::move(E)) << '\n';
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
   58         WithColor::error() << toString(CURanges.takeError()) << '\n';
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  136       logAllUnhandledErrors(LL.takeError(), WithColor::error());
  211       logAllUnhandledErrors(LL.takeError(), WithColor::error());
lib/DebugInfo/DWARF/DWARFDie.cpp
  351       WithColor::error() << "decoding address ranges: "
lib/DebugInfo/DWARF/DWARFUnit.cpp
  408     WithColor::error() << toString(std::move(e));
  534       WithColor::error() << "parsing a range list table: "
lib/ObjectYAML/COFFEmitter.cpp
  513           WithColor::error()
lib/TableGen/Error.cpp
   66 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; }
tools/clang/tools/extra/pp-trace/PPTrace.cpp
   73   WithColor::error() << Message << '\n';
tools/dsymutil/LinkUtils.h
   81   WithColor::error() << Error + "\n";
tools/dsymutil/MachODebugMapParser.cpp
  353     WithColor::error() << "cannot load '" << BinaryPath
  361     WithColor::error() << "cannot get '" << BinaryPath
tools/dsymutil/MachOUtils.cpp
   62     WithColor::error() << "lipo: " << Path.getError().message() << "\n";
   69     WithColor::error() << "lipo: " << ErrMsg << "\n";
   82       WithColor::error() << "while keeping " << ArchFiles.front().path()
tools/dsymutil/dsymutil.cpp
  358     WithColor::error() << OutputFile << ": " << toString(BinOrErr.takeError());
  370       WithColor::error() << "verification failed for " << Arch << '\n';
  471     WithColor::error() << toString(OptionsOrErr.takeError());
  485       WithColor::error() << "unsupported cpu architecture: '" << Arch << "'\n";
  505       WithColor::error() << "cannot parse the debug map for '" << InputFile
  520       WithColor::error() << "no architecture to link\n";
  562         WithColor::error() << toString(OutputLocationOrErr.takeError());
  573           WithColor::error() << toString(std::move(E));
  586           WithColor::error() << OutputFile << ": " << EC.message();
  619         WithColor::error() << toString(OutputLocationOrErr.takeError());
tools/llc/llc.cpp
  247     WithColor::error() << EC.message() << '\n';
tools/lldb/tools/driver/Driver.cpp
  420     WithColor::error()
  427     WithColor::error()
  447     WithColor::error() << format("fdopen(%i, \"rb\") failed (errno = %i) "
  671           WithColor::error() << error_cstr << '\n';
  673           WithColor::error() << error.GetError() << '\n';
  781       WithColor::error() << "reproducer replay failed: " << error << '\n';
  795         WithColor::error() << "reproducer capture failed: " << error << '\n';
  801         WithColor::error() << "reproducer capture failed: " << error << '\n';
  842     WithColor::error() << "initialization failed: " << error.GetCString()
  886         WithColor::error() << error_cstr << '\n';
tools/lldb/tools/lldb-test/lldb-test.cpp
  265       WithColor::error() << "compiler context entry has no \"name\"\n";
  798     logAllUnhandledErrors(ActionOr.takeError(), WithColor::error(), "");
  811     WithColor::error() << "Module has no symbol vendor.\n";
  816     WithColor::error() << toString(std::move(E)) << "\n";
  869       WithColor::error() << File << " not recognised as an object file\n";
 1074     WithColor::error() << "initialization failed: " << toString(std::move(e))
 1101   WithColor::error() << "No command specified.\n";
tools/llvm-cxxmap/llvm-cxxmap.cpp
   58   WithColor::error();
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  232   WithColor::error() << Prefix << ": " << EC.message() << "\n";
  581     WithColor::error() << "incompatible arguments: specifying both -diff and "
tools/llvm-dwp/llvm-dwp.cpp
  733       logAllUnhandledErrors(DWOs.takeError(), WithColor::error());
  742     logAllUnhandledErrors(std::move(Err), WithColor::error());
tools/llvm-elfabi/llvm-elfabi.cpp
  124     WithColor::error() << ReadError << "\n";
  138       WithColor::error() << TBEWriteError << "\n";
tools/llvm-ifs/llvm-ifs.cpp
  383   WithColor::error()
  412       WithColor::error() << StubOrErr.takeError() << "\n";
  427           WithColor::error()
  438         WithColor::error() << "Interface Stub: ObjectFileFormat Mismatch."
  446         WithColor::error() << "Interface Stub: Triple Mismatch."
  454         WithColor::error() << "Interface Stub: SOName Mismatch."
  462         WithColor::error() << "Interface Stub: NeededLibs Mismatch."
  481         WithColor::error() << "Interface Stub: Type Mismatch for "
  489         WithColor::error() << "Interface Stub: Size Mismatch for "
  498         WithColor::error() << "Interface Stub: Weak Mismatch for "
  513       WithColor::error() << "Interface Stub: Bad IfsVersion: "
  527     WithColor::error() << "Couldn't open " << OutputFilename
tools/llvm-link/llvm-link.cpp
  190       WithColor::error();
  241       WithColor::error() << "input module is broken!\n";
  286       WithColor::error() << " loading file '" << File << "'\n";
  295       WithColor::error() << "input module is broken!\n";
  386     WithColor::error() << EC.message() << '\n';
  392     WithColor::error() << "linked module is broken!\n";
tools/llvm-mc/llvm-mc.cpp
  217     WithColor::error() << EC.message() << '\n';
  266       WithColor::error() << "defsym must be of the form: sym=value: " << I
  272       WithColor::error() << "value is not an integer: " << Val << "\n";
  427       WithColor::error() << "dwo output only supported with object files\n";
  449       WithColor::error()
tools/llvm-mca/llvm-mca.cpp
  281     WithColor::error() << toString(Cycles.takeError());
  319     WithColor::error() << InputFilename << ": " << EC.message() << '\n';
  335     WithColor::error() << "please specify an out-of-order cpu. '" << MCPU
  341     WithColor::error()
  384               WithColor::error() << E.getMessage() << '\n';
  387       WithColor::error() << toString(std::move(Err)) << '\n';
  398     WithColor::error() << "no assembly instructions found.\n";
  405     WithColor::error() << EC.message() << '\n';
  415     WithColor::error()
  476                   WithColor::error() << IE.Message << '\n';
  483           WithColor::error() << toString(std::move(NewE));
tools/llvm-objdump/MachODump.cpp
10471     WithColor::error()
10481     WithColor::error()
10491     WithColor::error()
10501     WithColor::error()
10511     WithColor::error()
tools/llvm-opt-report/OptReport.cpp
  152     WithColor::error() << "Can't open file " << InputFileName << ": "
  160       PE.log(WithColor::error());
  170       PE.log(WithColor::error());
  187         PE.log(WithColor::error());
  249     WithColor::error() << "Can't open file " << OutputFileName << ": "
  265       WithColor::error() << "Can't open file " << FileName << ": "
tools/llvm-profdata/llvm-profdata.cpp
   58   WithColor::error();
tools/llvm-undname/llvm-undname.cpp
   71     WithColor::error() << "Invalid mangled name\n";
   86       WithColor::error() << "Could not open input file \'" << RawFile
utils/not/not.cpp
   37     WithColor::error() << "unable to find `" << argv[0]
   57     WithColor::error() << ErrMsg << "\n";