Home
last modified time | relevance | path

Searched defs:CoverageViewOptions (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h19 struct CoverageViewOptions { struct
20 enum class OutputFormat {
26 enum class BranchOutputType { Count, Percent, Off };
28 bool Debug;
29 bool Colors;
30 bool ShowLineNumbers;
31 bool ShowLineStats;
32 bool ShowRegionMarkers;
33 bool ShowBranchCounts;
34 bool ShowBranchPercents;
[all …]