Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp253 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 DCoverageViewOptions.h47 bool SkipFunctions; member
H A DCodeCoverage.cpp1298 cl::opt<bool> SkipFunctions("skip-functions", cl::Optional, in doExport() local
1315 ViewOpts.SkipFunctions = SkipFunctions; in doExport()
H A DCoverageExporterJson.cpp344 if (!Options.ExportSummaryOnly && !Options.SkipFunctions) in renderRoot()