Home
last modified time | relevance | path

Searched refs:SkipBranches (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp176 bool SkipFunctions, bool SkipBranches) { in renderFile() argument
188 if (!SkipBranches) in renderFile()
191 if (!SkipBranches) in renderFile()
202 bool SkipBranches) { in renderFiles() argument
205 SkipFunctions, SkipBranches); in renderFiles()
224 Options.SkipFunctions, Options.SkipBranches); in renderRoot()
H A DCoverageViewOptions.h44 bool SkipBranches; member
H A DCodeCoverage.cpp1217 cl::opt<bool> SkipBranches("skip-branches", cl::Optional, in doExport() local
1227 ViewOpts.SkipBranches = SkipBranches; in doExport()