Searched refs:colored_ostream (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | SourceCoverageViewText.cpp | 43 Opts.colored_ostream(OSRef, raw_ostream::CYAN) << "\n" in createIndexFile() 73 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName() in renderSourceName() 117 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 134 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 156 colored_ostream(OS, raw_ostream::MAGENTA, in renderLineCoverageColumn() 232 getOptions().colored_ostream(OS, raw_ostream::RED) in renderInstantiationView() 241 getOptions().colored_ostream(OS, raw_ostream::CYAN) in renderTitle() 244 getOptions().colored_ostream(OS, raw_ostream::CYAN) << Title << "\n"; in renderTitle() 247 getOptions().colored_ostream(OS, raw_ostream::CYAN) in renderTitle()
|
D | CoverageReport.cpp | 190 Options.colored_ostream(OS, FileCoverageColor) in render() 195 Options.colored_ostream(OS, FileCoverageColor) in render() 209 Options.colored_ostream(OS, FuncCoverageColor) in render() 223 Options.colored_ostream(OS, InstantiationCoverageColor) in render() 233 Options.colored_ostream(OS, LineCoverageColor) << format( in render() 237 Options.colored_ostream(OS, LineCoverageColor) in render() 257 Options.colored_ostream(OS, FuncCoverageColor) in render() 261 Options.colored_ostream( in render() 268 Options.colored_ostream(OS, LineCoverageColor) in render() 272 Options.colored_ostream( in render()
|
D | CoverageViewOptions.h | 46 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream() function 48 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
|
D | RenderingSupport.h | 50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,
|
D | CodeCoverage.cpp | 176 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in error() 182 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in warning()
|
/external/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 129 Options.colored_ostream(OS, File.RegionCoverage.isFullyCovered() in render() 133 Options.colored_ostream(OS, in render() 139 Options.colored_ostream( in render() 151 Options.colored_ostream(OS, Function.RegionCoverage.isFullyCovered() in render() 156 Options.colored_ostream( in render() 162 Options.colored_ostream(OS, Function.LineCoverage.isFullyCovered() in render() 167 Options.colored_ostream( in render()
|
D | CoverageViewOptions.h | 37 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream() function 39 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
|
D | SourceCoverageViewText.cpp | 67 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName() in renderSourceName() 108 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 124 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 146 colored_ostream(OS, raw_ostream::MAGENTA, in renderLineCoverageColumn()
|
D | RenderingSupport.h | 50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,
|
D | CodeCoverage.cpp | 141 ViewOpts.colored_ostream(errs(), raw_ostream::RED) << Message; in consumeDeferredMessages() 264 colored_ostream(errs(), raw_ostream::RED) in load() 271 colored_ostream(errs(), raw_ostream::RED) in load() 519 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in show()
|