|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/WithColor.h 88 static raw_ostream &warning(raw_ostream &OS, StringRef Prefix = "",
References
lib/DebugInfo/DWARF/DWARFVerifier.cpp 1486 raw_ostream &DWARFVerifier::warn() const { return WithColor::warning(OS); }
lib/Support/SourceMgr.cpp 397 WithColor::warning(OS, "", !ShowColors);
lib/Support/WithColor.cpp 62 raw_ostream &WithColor::warning() { return warning(errs()); }
tools/llc/llc.cpp 523 WithColor::warning(errs(), argv[0])
549 WithColor::warning(errs(), argv[0])
555 WithColor::warning(errs(), argv[0])
575 WithColor::warning(errs(), argv[0])
tools/lli/lli.cpp 534 WithColor::warning(errs(), argv[0])
tools/llvm-ar/llvm-ar.cpp 986 WithColor::warning(errs(), ToolName)
tools/llvm-dis/llvm-dis.cpp 131 case DS_Warning: WithColor::warning(OS); break;
tools/llvm-nm/llvm-nm.cpp 1828 WithColor::warning(errs(), ToolName)
2068 WithColor::warning(errs(), ToolName)
tools/llvm-objcopy/llvm-objcopy.cpp 89 WithColor::warning(errs(), ToolName) << toString(std::move(E)) << '\n';
tools/llvm-objdump/MachODump.cpp 7672 WithColor::warning(errs(), "llvm-objdump")
7724 WithColor::warning(errs(), "llvm-objdump")
tools/llvm-objdump/llvm-objdump.cpp 411 WithColor::warning(errs(), ToolName)
441 WithColor::warning(errs(), ToolName) << Message << "\n";
tools/llvm-readobj/llvm-readobj.cpp 394 WithColor::warning(errs(), ToolName) << EI.message() << "\n";