reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
408 emitPrelude(OSRef, Opts, getPathToStyle("")); 412 OSRef << tag(ProjectTitleTag, escape(Opts.ProjectTitle, Opts)); 413 OSRef << tag(ReportTitleTag, "Coverage Report"); 415 OSRef << tag(CreatedTimeTag, escape(Opts.CreatedTimeStr, Opts)); 418 OSRef << tag("p", "Click " + 426 OSRef << BeginCenteredDiv << BeginTable; 427 emitColumnLabelsForIndex(OSRef, Opts); 434 emitFileSummary(OSRef, SourceFiles[I], FileReports[I]); 438 emitFileSummary(OSRef, "Totals", Totals, /*IsTotals=*/true); 439 OSRef << EndTable << EndCenteredDiv; 445 OSRef << tag("p", "Files which contain no functions. (These " 448 OSRef << BeginCenteredDiv << BeginTable; 452 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n'; 454 OSRef << EndTable << EndCenteredDiv; 457 OSRef << tag("h5", escape(Opts.getLLVMVersionString(), Opts)); 458 emitEpilog(OSRef);