Searched refs:SAVEDCOLOR (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | raw_ostream.h | 110 SAVEDCOLOR, enumerator 130 static constexpr Colors SAVEDCOLOR = Colors::SAVEDCOLOR; variable
|
| HD | WithColor.h | 72 raw_ostream &OS, raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| HD | TimelineView.cpp | 118 return raw_ostream::SAVEDCOLOR; in chooseColor() 127 if (Color == raw_ostream::SAVEDCOLOR) { in tryChangeColor()
|
| HD | SchedulerStatistics.cpp | 112 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printSchedulerStats()
|
| HD | BottleneckAnalysis.cpp | 362 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence() 380 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-cov/ |
| HD | 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-14-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | 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()
|
| HD | raw_ostream.cpp | 74 constexpr raw_ostream::Colors raw_ostream::SAVEDCOLOR; member in raw_ostream 527 (colors == SAVEDCOLOR) in changeColor()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| HD | MarkupFilter.cpp | 408 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in trySGR() 458 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in restoreColor()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | TextDiagnostic.cpp | 43 raw_ostream::SAVEDCOLOR;
|