Home
last modified time | relevance | path

Searched refs:changeColor (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp50 OS.changeColor(raw_ostream::YELLOW); in WithColor()
53 OS.changeColor(raw_ostream::GREEN); in WithColor()
56 OS.changeColor(raw_ostream::BLUE); in WithColor()
59 OS.changeColor(raw_ostream::CYAN); in WithColor()
62 OS.changeColor(raw_ostream::MAGENTA); in WithColor()
65 OS.changeColor(raw_ostream::RED); in WithColor()
68 OS.changeColor(raw_ostream::RED, true); in WithColor()
71 OS.changeColor(raw_ostream::MAGENTA, true); in WithColor()
74 OS.changeColor(raw_ostream::BLACK, true); in WithColor()
77 OS.changeColor(raw_ostream::BLUE, true); in WithColor()
[all …]
H A Draw_ostream.cpp156 changeColor(C); in operator <<()
528 raw_ostream &raw_ostream::changeColor(enum Colors colors, bool bold, bool bg) { in changeColor() function in raw_ostream
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp311 OS.changeColor(raw_ostream::GREEN, false); in applyColor()
314 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true); in applyColor()
317 OS.changeColor(raw_ostream::MAGENTA, true); in applyColor()
321 OS.changeColor(raw_ostream::YELLOW, false); in applyColor()
324 OS.changeColor(raw_ostream::CYAN, true); in applyColor()
327 OS.changeColor(raw_ostream::CYAN, false); in applyColor()
330 OS.changeColor(raw_ostream::CYAN, false); in applyColor()
334 OS.changeColor(raw_ostream::RED, true); in applyColor()
337 OS.changeColor(raw_ostream::GREEN, true); in applyColor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp238 OS.changeColor(raw_ostream::RED); in WithMarkup()
241 OS.changeColor(raw_ostream::CYAN); in WithMarkup()
244 OS.changeColor(raw_ostream::YELLOW); in WithMarkup()
247 OS.changeColor(raw_ostream::GREEN); in WithMarkup()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp113 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printSchedulerStats()
154 FOS.changeColor(raw_ostream::YELLOW, true, false); in printSchedulerUsage()
161 FOS.changeColor(raw_ostream::RED, true, false); in printSchedulerUsage()
H A DBottleneckAnalysis.cpp290 FOS.changeColor(raw_ostream::CYAN, true, false); in printInstruction()
361 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence()
366 FOS.changeColor(raw_ostream::MAGENTA, true, false); in printCriticalSequence()
375 FOS.changeColor(raw_ostream::MAGENTA, true, false); in printCriticalSequence()
379 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence()
H A DTimelineView.cpp131 OS.changeColor(Color, /* bold */ true, /* BG */ false); in tryChangeColor()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h75 changeColor(Color, Bold, BG); in OS()
120 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
H A DFormattedStream.h182 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() function
185 raw_ostream::changeColor(Color, Bold, BG); in changeColor()
H A Draw_ostream.h321 virtual raw_ostream &changeColor(enum Colors Color, bool Bold = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp55 OS.changeColor(templateColor, true); in applyTemplateHighlighting()
59 OS.changeColor(savedColor, true); in applyTemplateHighlighting()
684 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break; in printDiagnosticLevel()
685 case DiagnosticsEngine::Remark: OS.changeColor(remarkColor, true); break; in printDiagnosticLevel()
686 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break; in printDiagnosticLevel()
687 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel()
688 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break; in printDiagnosticLevel()
716 OS.changeColor(savedColor, true); in printDiagnosticMessage()
794 OS.changeColor(savedColor, true); in emitDiagnosticLoc()
1255 OS.changeColor(caretColor, true); in emitSnippetAndCaret()
[all …]
H A DASTConsumers.cpp59 Out.changeColor(raw_ostream::BLUE); in TraverseDecl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp408 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in trySGR()
424 OS.changeColor(*Color); in trySGR()
436 OS.changeColor(Color == raw_ostream::Colors::BLUE ? raw_ostream::Colors::CYAN in highlight()
445 OS.changeColor(raw_ostream::Colors::GREEN, Bold); in highlightValue()
454 OS.changeColor(*Color, Bold); in restoreColor()
458 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in restoreColor()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DRenderingSupport.h54 OS.changeColor(Color, Bold, BG);
H A Dllvm-cov.cpp87 errs().changeColor(raw_ostream::RED); in main()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h94 OS.changeColor(Color.Color, Color.Bold); in ColorScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5929 OS.changeColor(raw_ostream::YELLOW, true); in print_block()
6008 OS.changeColor(raw_ostream::GREEN); in print_block()
6028 OS.changeColor(Color); in print_block()
6036 OS.changeColor(Color); in print_block()
6065 OS.changeColor(Color); in print_block()
6073 OS.changeColor(Color); in print_block()