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 DWithColor.h72 raw_ostream &OS, raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR,
H A Draw_ostream.h111 SAVEDCOLOR, enumerator
131 static constexpr Colors SAVEDCOLOR = Colors::SAVEDCOLOR; variable
/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.cpp361 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence()
379 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.value_or(raw_ostream::SAVEDCOLOR), in renderLine()
199 colored_ostream(OS, Highlight.value_or(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.cpp72 constexpr raw_ostream::Colors raw_ostream::SAVEDCOLOR; member in raw_ostream
525 (colors == SAVEDCOLOR) in changeColor()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp405 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in trySGR()
455 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in restoreColor()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp41 raw_ostream::SAVEDCOLOR;