Home
last modified time | relevance | path

Searched refs:SAVEDCOLOR (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h110 SAVEDCOLOR, enumerator
130 static constexpr Colors SAVEDCOLOR = Colors::SAVEDCOLOR; variable
H A DWithColor.h66 /// @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 DTimelineView.cpp118 return raw_ostream::SAVEDCOLOR; in chooseColor()
127 if (Color == raw_ostream::SAVEDCOLOR) { in tryChangeColor()
H A DSchedulerStatistics.cpp112 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printSchedulerStats()
H A DBottleneckAnalysis.cpp362 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 DSourceCoverageViewText.cpp182 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 DSourceMgr.cpp489 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 Draw_ostream.cpp74 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 DMarkupFilter.cpp408 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 DTextDiagnostic.cpp43 raw_ostream::SAVEDCOLOR;