Home
last modified time | relevance | path

Searched refs:UseColor (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DLinePrinter.h37 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream);
65 bool hasColor() const { return UseColor; } in hasColor()
85 bool UseColor; variable
165 bool UseColor; variable
H A DLinePrinter.cpp54 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) in LinePrinter() argument
55 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor) { in LinePrinter()
290 : OS(P.OS), UseColor(P.hasColor()) { in WithColor()
291 if (UseColor) in WithColor()
296 if (UseColor) in ~WithColor()
H A Dllvm-pdbutil.cpp1054 const bool UseColor = opts::pretty::ColorOutput == cl::BOU_UNSET in dumpPretty() local
1057 LinePrinter Printer(2, UseColor, Stream); in dumpPretty()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DWithColor.cpp18 UseColor("color", cl::cat(ColorCategory),
103 if (UseColor == cl::BOU_UNSET) in colorsEnabled()
105 return UseColor == cl::BOU_TRUE; in colorsEnabled()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp629 cl::opt<cl::boolOrDefault> UseColor( in run() local
671 ViewOpts.Colors = UseColor == cl::BOU_UNSET in run()
673 : UseColor == cl::BOU_TRUE; in run()
676 if (UseColor == cl::BOU_FALSE) in run()
681 if (UseColor == cl::BOU_TRUE) in run()