Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp406 raw_ostream &OSRef = *OS.get(); in createIndexFile() local
409 emitPrelude(OSRef, Opts, getPathToStyle("")); in createIndexFile()
413 OSRef << tag(ProjectTitleTag, escape(Opts.ProjectTitle, Opts)); in createIndexFile()
414 OSRef << tag(ReportTitleTag, "Coverage Report"); in createIndexFile()
416 OSRef << tag(CreatedTimeTag, escape(Opts.CreatedTimeStr, Opts)); 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()
439 emitFileSummary(OSRef, "Totals", Totals, /*IsTotals=*/true); in createIndexFile()
[all …]
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()
/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-7.0/llvm/include/llvm/Support/
DTargetRegistry.h521 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local
525 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()