Searched refs:colored_ostream (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/llvm-cov/ |
| HD | 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()
|
| HD | CoverageViewOptions.h | 29 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream() function 31 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
|
| HD | SourceCoverageView.cpp | 38 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 53 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 106 colored_ostream(OS, raw_ostream::MAGENTA, in renderLineCoverageColumn() 253 Options.colored_ostream(OS, raw_ostream::CYAN) << NextISV->FunctionName in render()
|
| HD | CodeCoverage.cpp | 214 colored_ostream(errs(), raw_ostream::RED) in load() 222 colored_ostream(errs(), raw_ostream::RED) in load() 433 ViewOpts.colored_ostream(outs(), raw_ostream::RED) in show() 438 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << Function.Name in show() 458 ViewOpts.colored_ostream(outs(), raw_ostream::RED) in show() 465 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << SourceFile << ":"; in show()
|
| HD | RenderingSupport.h | 50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,
|