Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageReport.cpp113 Options.colored_ostream(OS, File.RegionCoverage.isFullyCovered() in render()
117 Options.colored_ostream(OS, in render()
123 Options.colored_ostream( in render()
135 Options.colored_ostream(OS, Function.RegionCoverage.isFullyCovered() in render()
140 Options.colored_ostream( in render()
146 Options.colored_ostream(OS, Function.LineCoverage.isFullyCovered() in render()
151 Options.colored_ostream( in render()
DCoverageViewOptions.h29 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream() function
31 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
DSourceCoverageView.cpp37 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine()
52 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine()
95 colored_ostream(OS, raw_ostream::MAGENTA, in renderLineCoverageColumn()
249 Options.colored_ostream(OS, raw_ostream::CYAN) << NextISV->FunctionName in render()
DCodeCoverage.cpp202 colored_ostream(errs(), raw_ostream::RED) in load()
210 colored_ostream(errs(), raw_ostream::RED) in load()
424 ViewOpts.colored_ostream(outs(), raw_ostream::RED) in show()
429 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << Function.Name in show()
449 ViewOpts.colored_ostream(outs(), raw_ostream::RED) in show()
456 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << SourceFile << ":"; in show()
DRenderingSupport.h50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,