Searched refs:SAVEDCOLOR (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 110 SAVEDCOLOR, enumerator 130 static constexpr Colors SAVEDCOLOR = Colors::SAVEDCOLOR; variable
|
H A D | WithColor.h | 66 /// @param Color ANSI color to use, the special SAVEDCOLOR can be used to 72 raw_ostream &OS, raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR, 116 /// @param Color ANSI color to use, the special SAVEDCOLOR can be used to
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | TimelineView.cpp | 118 return raw_ostream::SAVEDCOLOR; in chooseColor() 127 if (Color == raw_ostream::SAVEDCOLOR) { in tryChangeColor()
|
H A D | SchedulerStatistics.cpp | 112 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printSchedulerStats()
|
H A D | BottleneckAnalysis.cpp | 362 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence() 380 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.cpp | 182 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 199 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 489 WithColor S(OS, raw_ostream::SAVEDCOLOR, true, false, Mode); in print() 526 WithColor(OS, raw_ostream::SAVEDCOLOR, true, false, Mode) << Message << '\n'; in print()
|
H A D | raw_ostream.cpp | 74 constexpr raw_ostream::Colors raw_ostream::SAVEDCOLOR; member in raw_ostream 527 (colors == SAVEDCOLOR) in changeColor()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | MarkupFilter.cpp | 408 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in trySGR() 458 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in restoreColor()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 43 raw_ostream::SAVEDCOLOR;
|