Searched refs:SkipFunctions (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp82 bool SkipFunctions) {
85 if (!ExportSummaryOnly && !SkipFunctions) {
103 bool ExportSummaryOnly, bool SkipFunctions) {
106 SkipFunctions);
125 Options.SkipFunctions);
79 renderFile(raw_ostream &OS, const coverage::CoverageMapping &Coverage, const std::string &Filename, const FileCoverageSummary &FileReport, bool ExportSummaryOnly, bool SkipFunctions) argument
100 renderFiles(raw_ostream &OS, const coverage::CoverageMapping &Coverage, ArrayRef<std::string> SourceFiles, ArrayRef<FileCoverageSummary> FileReports, bool ExportSummaryOnly, bool SkipFunctions) argument
H A DCoverageViewOptions.h38 bool SkipFunctions; member in struct:llvm::CoverageViewOptions
H A DCoverageExporterJson.cpp234 if (!Options.ExportSummaryOnly && !Options.SkipFunctions)
H A DCodeCoverage.cpp1020 cl::opt<bool> SkipFunctions("skip-functions", cl::Optional,
1029 ViewOpts.SkipFunctions = SkipFunctions;

Completed in 65 milliseconds