Searched refs:OSRef (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | SourceCoverageViewHTML.cpp | 406 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 …]
|
D | SourceCoverageViewText.cpp | 38 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/ |
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-7.0/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 521 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local 525 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()
|