Searched refs:OSRef (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageViewHTML.cpp | 404 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 …]
|
D | SourceCoverageViewText.cpp | 37 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/ |
D | SourceCoverageViewHTML.cpp | 239 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()
|
D | SourceCoverageViewText.cpp | 35 raw_ostream &OSRef = *OS.get(); in createIndexFile() local 38 OSRef << getOutputPath(SF, "txt", /*InToplevel=*/false) << '\n'; in createIndexFile()
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 469 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/ |
D | TargetRegistry.h | 530 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local 534 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 532 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local 536 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()
|