Home
last modified time | relevance | path

Searched refs:OSRef (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp410 raw_ostream &OSRef = *OS.get(); in createIndexFile() local
413 emitPrelude(OSRef, Opts, getPathToStyle("")); in createIndexFile()
418 OSRef << tag(ReportTitleTag, "Coverage Report"); 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()
444 OSRef << EndTable << EndCenteredDiv; in createIndexFile()
453 OSRef << BeginCenteredDiv << BeginTable; in createIndexFile()
459 OSRef << EndTable << EndCenteredDiv; in createIndexFile()
[all …]
H A DSourceCoverageViewText.cpp38 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()
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp120 raw_ostream &OSRef = nulls(); in parseCodeRegions() local
121 formatted_raw_ostream FOSRef(OSRef); in parseCodeRegions()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DTargetRegistry.h627 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local
631 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()