Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDCodeCoverage.cpp130 CoverageFilters IgnoreFilenameFilters; member in __anond1f31be70111::CodeCoverageTool
194 if (!IgnoreFilenameFilters.matchesFilename(EffectivePath)) in addCollectedPath()
750 IgnoreFilenameFilters.push_back( in run()
888 if (!IgnoreFilenameFilters.matchesFilename(Filename)) in doShow()
992 Report.renderFileReports(llvm::outs(), IgnoreFilenameFilters); in doReport()
1058 Exporter->renderRoot(IgnoreFilenameFilters); in doExport()
HDCoverageReport.h56 const CoverageFilters &IgnoreFilenameFilters) const;
HDCoverageReport.cpp382 raw_ostream &OS, const CoverageFilters &IgnoreFilenameFilters) const { in renderFileReports()
386 if (!IgnoreFilenameFilters.matchesFilename(SF)) in renderFileReports()