Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp200 ArrayRef<FileCoverageSummary> FileReports, in renderFiles()
221 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot() local
H A DCoverageReport.cpp470 std::vector<FileCoverageSummary> FileReports; prepareFileReports() local
506 auto FileReports = renderFileReports() local
512 renderFileReports(raw_ostream & OS,const std::vector<FileCoverageSummary> & FileReports,const FileCoverageSummary & Totals,bool ShowEmptyFiles) const renderFileReports() argument
[all...]
H A DCoverageExporterJson.cpp271 ArrayRef<FileCoverageSummary> FileReports, in renderFiles() argument
326 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot() local
H A DSourceCoverageViewHTML.cpp497 auto FileReports = CoverageReport::prepareFileReports( createIndexFile() local