Searched refs:colored_ostream (Results 1 – 5 of 5) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 113 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()
|
D | CoverageViewOptions.h | 29 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream() function 31 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
|
D | SourceCoverageView.cpp | 37 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()
|
D | CodeCoverage.cpp | 202 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()
|
D | RenderingSupport.h | 50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,
|