reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

include/llvm/Support/raw_ostream.h
  271   virtual raw_ostream &changeColor(enum Colors Color,

References

tools/llvm-mca/Views/BottleneckAnalysis.cpp
  300     FOS.changeColor(raw_ostream::CYAN, true, false);
  370       FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false);
  375         FOS.changeColor(raw_ostream::MAGENTA, true, false);
  384         FOS.changeColor(raw_ostream::MAGENTA, true, false);
  388         FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false);
tools/llvm-mca/Views/SchedulerStatistics.cpp
  154       FOS.changeColor(raw_ostream::YELLOW, true, false);
  161       FOS.changeColor(raw_ostream::RED, true, false);