Searched refs:OSRef (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewHTML.cpp | 410 raw_ostream &OSRef = *OS.get(); in createIndexFile() local 413 emitPrelude(OSRef, Opts, getPathToStyle("")); in createIndexFile() 417 OSRef << tag(ProjectTitleTag, escape(Opts.ProjectTitle, Opts)); in createIndexFile() 418 OSRef << tag(ReportTitleTag, "Coverage Report"); in createIndexFile() 420 OSRef << tag(CreatedTimeTag, escape(Opts.CreatedTimeStr, Opts)); in createIndexFile() 423 OSRef << tag("p", "Click " + in createIndexFile() 431 OSRef << BeginCenteredDiv << BeginTable; in createIndexFile() 432 emitColumnLabelsForIndex(OSRef, Opts); in createIndexFile() 439 emitFileSummary(OSRef, SourceFiles[I], FileReports[I]); in createIndexFile() 443 emitFileSummary(OSRef, "Totals", Totals, /*IsTotals=*/true); 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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 77 raw_ostream &OSRef = nulls(); in parseCodeRegions() local 78 formatted_raw_ostream FOSRef(OSRef); in parseCodeRegions()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 637 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local 641 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()
|