Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageViewOptions.h18 struct CoverageViewOptions { struct
19 bool Debug;
20 bool Colors;
21 bool ShowLineNumbers;
22 bool ShowLineStats;
23 bool ShowRegionMarkers;
24 bool ShowLineStatsOrRegionMarkers;
25 bool ShowExpandedRegions;
26 bool ShowFunctionInstantiations;
29 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream()