Searched refs:UseColor (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | WithColor.cpp | 33 static ManagedStatic<cl::opt<cl::boolOrDefault>, CreateUseColor> UseColor; variable 34 void llvm::initWithColorOptions() { *UseColor; } in initWithColorOptions() 37 return *UseColor == cl::BOU_UNSET ? OS.has_colors() in DefaultAutoDetectFunction() 38 : *UseColor == cl::BOU_TRUE; in DefaultAutoDetectFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | LinePrinter.h | 54 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream, 83 bool hasColor() const { return UseColor; } in hasColor() 105 bool UseColor; variable 180 bool UseColor; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 56 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream, in LinePrinter() argument 58 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor), in LinePrinter() 295 : OS(P.OS), UseColor(P.hasColor()) { in WithColor() 296 if (UseColor) in WithColor() 301 if (UseColor) in ~WithColor()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 755 cl::opt<cl::boolOrDefault> UseColor( in run() local 827 ViewOpts.Colors = UseColor == cl::BOU_UNSET in run() 829 : UseColor == cl::BOU_TRUE; in run() 832 if (UseColor == cl::BOU_FALSE) in run() 837 if (UseColor == cl::BOU_TRUE) in run()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1092 const bool UseColor = opts::pretty::ColorOutput == cl::BOU_UNSET in dumpPretty() 1095 LinePrinter Printer(2, UseColor, Stream, opts::Filters); in dumpPretty() 1094 const bool UseColor = opts::pretty::ColorOutput == cl::BOU_UNSET dumpPretty() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | CoreProperties.td | 155 def UseColor: Property<"use-color", "Boolean">,
|