Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp43 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()
DCoverageReport.cpp190 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()
DCoverageViewOptions.h46 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream() function
48 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
DRenderingSupport.h50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,
DCodeCoverage.cpp176 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in error()
182 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in warning()
/external/llvm/tools/llvm-cov/
DCoverageReport.cpp129 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()
DCoverageViewOptions.h37 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream() function
39 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
DSourceCoverageViewText.cpp67 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()
DRenderingSupport.h50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,
DCodeCoverage.cpp141 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()