Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp176 bool SkipFunctions) { in renderFile() argument
179 if (!ExportSummaryOnly && !SkipFunctions) { in renderFile()
199 bool ExportSummaryOnly, bool SkipFunctions) { in renderFiles() argument
202 SkipFunctions); in renderFiles()
221 Options.SkipFunctions); in renderRoot()
H A DCoverageViewOptions.h43 bool SkipFunctions; member
H A DCodeCoverage.cpp1130 cl::opt<bool> SkipFunctions("skip-functions", cl::Optional, in doExport() local
1139 ViewOpts.SkipFunctions = SkipFunctions; in doExport()
H A DCoverageExporterJson.cpp301 if (!Options.ExportSummaryOnly && !Options.SkipFunctions) in renderRoot()