OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileCoverageSummary
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/llvm-cov/
CoverageReport.h
27
void render(const
FileCoverageSummary
&File, raw_ostream &OS);
CoverageSummaryInfo.h
139
struct
FileCoverageSummary
{
145
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 457 milliseconds