Home
last modified time | relevance | path

Searched defs:FileReports (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp200 ArrayRef<FileCoverageSummary> FileReports, in renderFiles() argument
221 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot() local
H A DCoverageReport.cpp487 std::vector<FileCoverageSummary> FileReports; in prepareFileReports() local
523 auto FileReports = in renderFileReports() local
529 raw_ostream &OS, const std::vector<FileCoverageSummary> &FileReports, in renderFileReports()
H A DCoverageExporterJson.cpp271 ArrayRef<FileCoverageSummary> FileReports, in renderFiles() argument
326 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot() local
H A DSourceCoverageViewHTML.cpp670 emitFileSummary(OSRef, SourceFiles[I], FileReports[I]); in createIndexFile() local