Searched refs:OSRef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewHTML.cpp | 406 raw_ostream &OSRef = *OS.get(); in createIndexFile() local 409 emitPrelude(OSRef, Opts, getPathToStyle("")); in createIndexFile() 414 OSRef << tag(ReportTitleTag, "Coverage Report"); in createIndexFile() 419 OSRef << tag("p", "Click " + in createIndexFile() 427 OSRef << BeginCenteredDiv << BeginTable; in createIndexFile() 428 emitColumnLabelsForIndex(OSRef, Opts); in createIndexFile() 435 emitFileSummary(OSRef, SourceFiles[I], FileReports[I]); in createIndexFile() 440 OSRef << EndTable << EndCenteredDiv; in createIndexFile() 449 OSRef << BeginCenteredDiv << BeginTable; in createIndexFile() 455 OSRef << EndTable << EndCenteredDiv; in createIndexFile() [all …]
|
| H A D | SourceCoverageViewText.cpp | 38 raw_ostream &OSRef = *OS.get(); in createIndexFile() local 41 Report.renderFileReports(OSRef, SourceFiles, Filters); in createIndexFile() 43 Opts.colored_ostream(OSRef, raw_ostream::CYAN) << "\n" in createIndexFile()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | TargetRegistry.h | 521 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local 525 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()
|