Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp410 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 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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp77 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 DTargetRegistry.h637 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local
641 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()