Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp176 bool SkipFunctions, bool SkipBranches) { in renderFile() argument
179 if (!ExportSummaryOnly && !SkipFunctions) { in renderFile()
201 bool ExportSummaryOnly, bool SkipFunctions, in renderFiles() argument
205 SkipFunctions, SkipBranches); in renderFiles()
224 Options.SkipFunctions, Options.SkipBranches); in renderRoot()
H A DCoverageViewOptions.h43 bool SkipFunctions; member
H A DCoverageExporterJson.cpp300 if (!Options.ExportSummaryOnly && !Options.SkipFunctions) in renderRoot()
H A DCodeCoverage.cpp1213 cl::opt<bool> SkipFunctions("skip-functions", cl::Optional, in doExport() local
1226 ViewOpts.SkipFunctions = SkipFunctions; in doExport()