Home
last modified time | relevance | path

Searched refs:renderSummary (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp152 json::Object renderSummary(const FileCoverageSummary &Summary) { in renderSummary() function
225 File["summary"] = renderSummary(FileReport); in renderFile()
299 {{"files", std::move(Files)}, {"totals", renderSummary(Totals)}}); in renderRoot()