HomeSort by relevance Sort by last modified time
    Searched refs:FileCoverageSummary (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageExporterJson.h 74 ArrayRef<FileCoverageSummary> FileReports);
78 const FileCoverageSummary &FileReport);
82 const FileCoverageSummary &FileReport);
96 /// Render a FileCoverageSummary.
97 void renderSummary(const FileCoverageSummary &Summary);
CoverageReport.h 28 void render(const FileCoverageSummary &File, raw_ostream &OS) const;
41 static std::vector<FileCoverageSummary>
43 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
52 FileCoverageSummary *FileReport,
SourceCoverageViewHTML.h 23 struct FileCoverageSummary;
42 const FileCoverageSummary &FCS,
45 const FileCoverageSummary &FCS) const;
CoverageSummaryInfo.h 174 struct FileCoverageSummary {
181 FileCoverageSummary(StringRef Name)
185 FileCoverageSummary &operator+=(const FileCoverageSummary &RHS) {
CoverageExporterJson.cpp 147 FileCoverageSummary Totals = FileCoverageSummary("Totals");
210 ArrayRef<FileCoverageSummary> FileReports) {
223 const FileCoverageSummary &FileReport) {
245 const FileCoverageSummary &FileReport) {
338 void CoverageExporterJson::renderSummary(const FileCoverageSummary &Summary) {
CoverageReport.cpp 173 void CoverageReport::render(const FileCoverageSummary &File,
327 FileCoverageSummary *FileReport, const CoverageFilter *Filters) {
351 std::vector<FileCoverageSummary> CoverageReport::prepareFileReports(
352 const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals,
366 std::vector<FileCoverageSummary> FileReports;
401 FileCoverageSummary Totals("TOTAL");
406 for (const FileCoverageSummary &FCS : FileReports)
429 for (const FileCoverageSummary &FCS : FileReports) {
440 for (const FileCoverageSummary &FCS : FileReports)
SourceCoverageViewHTML.cpp 323 const FileCoverageSummary &FCS) const {
336 const FileCoverageSummary &FCS,
429 FileCoverageSummary Totals("TOTALS");
  /external/llvm/tools/llvm-cov/
CoverageReport.h 27 void render(const FileCoverageSummary &File, raw_ostream &OS);
CoverageSummaryInfo.h 145 struct FileCoverageSummary {
151 FileCoverageSummary(StringRef Name) : Name(Name) {}
CoverageReport.cpp 125 void CoverageReport::render(const FileCoverageSummary &File, raw_ostream &OS) {
222 FileCoverageSummary Totals("TOTAL");
224 FileCoverageSummary Summary(Filename);

Completed in 190 milliseconds