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

Declarations

include/llvm/Support/WithColor.h
   78   static raw_ostream &warning();

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1864       WithColor::warning() << Info.message() << '\n';
lib/DebugInfo/DWARF/DWARFUnit.cpp
  400     WithColor::warning() << format("DWARF compile unit extends beyond its "
lib/MCA/InstrBuilder.cpp
   70       WithColor::warning()
  552     WithColor::warning() << "found a call in the input assembly sequence.\n";
  559     WithColor::warning() << "found a return instruction in the input"
lib/TableGen/Error.cpp
   56 void PrintWarning(const Twine &Msg) { WithColor::warning() << Msg << "\n"; }
tools/dsymutil/BinaryHolder.cpp
  179               WithColor::warning() << "member has timestamp mismatch.\n";
tools/dsymutil/DebugMap.cpp
  246     WithColor::warning() << "Unable to open " << Path << " "
  252       WithColor::warning() << "Unable to open " << Path << " "
tools/dsymutil/DwarfLinker.cpp
 2616           WithColor::warning()
tools/dsymutil/LinkUtils.h
   75   WithColor::warning() << Warning + "\n";
tools/dsymutil/MachODebugMapParser.cpp
  106     WithColor::warning() << "("
tools/dsymutil/SymbolMap.cpp
   39     WithColor::warning() << "reference to a unexisting unobfuscated string "
  120     WithColor::warning() << SymbolMapPath << ": " << EC.message()
  136     WithColor::warning() << SymbolMapPath
  146     WithColor::warning() << SymbolMapPath
tools/dsymutil/dsymutil.cpp
  351     WithColor::warning() << "verification skipped for " << Arch
  449     WithColor::warning() << "ignoring unknown option: " << Arg->getSpelling()
  551         WithColor::warning()
tools/lldb/tools/driver/Driver.cpp
  378     WithColor::warning() << "program arguments are ignored when attaching.\n";
  573     WithColor::warning() << "commands specified to run after file load (via -o "
  793         WithColor::warning() << "-capture-path specified without -capture\n";
  832     WithColor::warning() << "ignoring unknown option: " << arg->getSpelling()
tools/llvm-cxxmap/llvm-cxxmap.cpp
   47   WithColor::warning();
tools/llvm-link/llvm-link.cpp
  195       WithColor::warning();
tools/llvm-profdata/llvm-profdata.cpp
   48   WithColor::warning();
 1008     WithColor::warning() << "-show-sec-info-only is only supported for "
 1125     WithColor::warning() << "-function argument ignored: showing all functions\n";