Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp404 raw_ostream &OSRef = *OS.get(); in createIndexFile() local
407 emitPrelude(OSRef, Opts, getPathToStyle("")); in createIndexFile()
411 OSRef << tag(ProjectTitleTag, escape(Opts.ProjectTitle, Opts)); in createIndexFile()
412 OSRef << tag(ReportTitleTag, "Coverage Report"); in createIndexFile()
414 OSRef << tag(CreatedTimeTag, escape(Opts.CreatedTimeStr, Opts)); in createIndexFile()
417 OSRef << tag("p", "Click " + in createIndexFile()
425 OSRef << BeginCenteredDiv << BeginTable; in createIndexFile()
426 emitColumnLabelsForIndex(OSRef, Opts); in createIndexFile()
433 emitFileSummary(OSRef, SourceFiles[I], FileReports[I]); in createIndexFile()
437 emitFileSummary(OSRef, "Totals", Totals, /*IsTotals=*/true); in createIndexFile()
[all …]
DSourceCoverageViewText.cpp37 raw_ostream &OSRef = *OS.get(); in createIndexFile() local
40 Report.renderFileReports(OSRef, SourceFiles, Filters); in createIndexFile()
42 Opts.colored_ostream(OSRef, raw_ostream::CYAN) << "\n" in createIndexFile()
/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp239 raw_ostream &OSRef = *OS.get(); in createIndexFile() local
242 emitPrelude(OSRef); in createIndexFile()
243 OSRef << BeginSourceNameDiv << "Index" << EndSourceNameDiv; in createIndexFile()
244 OSRef << BeginTable; in createIndexFile()
249 OSRef << tag("tr", tag("td", tag("pre", a(LinkTarget, LinkText), "code"))); in createIndexFile()
251 OSRef << EndTable; in createIndexFile()
252 emitEpilog(OSRef); in createIndexFile()
DSourceCoverageViewText.cpp35 raw_ostream &OSRef = *OS.get(); in createIndexFile() local
38 OSRef << getOutputPath(SF, "txt", /*InToplevel=*/false) << '\n'; in createIndexFile()
/external/llvm/include/llvm/Support/
DTargetRegistry.h469 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local
473 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h530 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local
534 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()
/external/llvm-project/llvm/include/llvm/Support/
DTargetRegistry.h532 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local
536 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()