Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageReport.h56 const CoverageFilters &IgnoreFilenameFilters) const;
H A DCodeCoverage.cpp143 CoverageFilters IgnoreFilenameFilters; member in __anonc01b54db0111::CodeCoverageTool
213 if (!IgnoreFilenameFilters.matchesFilename(EffectivePath)) in addCollectedPath()
849 IgnoreFilenameFilters.push_back( in run()
1002 if (!IgnoreFilenameFilters.matchesFilename(Filename)) in doShow()
1106 Report.renderFileReports(llvm::outs(), IgnoreFilenameFilters); in doReport()
1172 Exporter->renderRoot(IgnoreFilenameFilters); in doExport()
H A DCoverageReport.cpp417 raw_ostream &OS, const CoverageFilters &IgnoreFilenameFilters) const { in renderFileReports()
421 if (!IgnoreFilenameFilters.matchesFilename(SF)) in renderFileReports()