Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h183 bool BinaryCounters; variable
272 return (N && BinaryCounters ? 1 : N); in BinaryCount()
290 BinaryCounters(Options.BinaryCounters || in SourceCoverageView()
H A DCoverageViewOptions.h49 bool BinaryCounters; member
H A DCodeCoverage.cpp1041 cl::opt<bool> BinaryCounters( in doShow() local
1124 ViewOpts.BinaryCounters = BinaryCounters; in doShow()