Searched refs:SkipFunctions (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 253 bool SkipFunctions, bool SkipBranches, bool UnifyInstances) { in renderFile() argument 256 if (!ExportSummaryOnly && !SkipFunctions) { in renderFile() 278 bool ExportSummaryOnly, bool SkipFunctions, bool SkipBranches, in renderFiles() argument 282 SkipFunctions, SkipBranches, UnifyInstances); in renderFiles() 301 Options.SkipFunctions, Options.SkipBranches, in renderRoot()
|
| H A D | CoverageViewOptions.h | 47 bool SkipFunctions; member
|
| H A D | CodeCoverage.cpp | 1298 cl::opt<bool> SkipFunctions("skip-functions", cl::Optional, in doExport() local 1315 ViewOpts.SkipFunctions = SkipFunctions; in doExport()
|
| H A D | CoverageExporterJson.cpp | 344 if (!Options.ExportSummaryOnly && !Options.SkipFunctions) in renderRoot()
|