Lines Matching defs:Show
64 Show,
663 cl::desc("Show the collected coverage object files"));
670 cl::desc("Show the collected paths to source files"));
681 cl::desc("Show internal debug dump"));
710 cl::desc("Show code coverage only for functions with the given name"),
715 cl::desc("Show code coverage only for functions listed in the given "
721 cl::desc("Show code coverage only for functions that match the given "
733 cl::desc("Show code coverage only for functions with region coverage "
739 cl::desc("Show code coverage only for functions with region coverage "
745 cl::desc("Show code coverage only for functions with line coverage less "
751 cl::desc("Show code coverage only for functions with line coverage "
764 cl::desc("Show region statistics in summary table"),
769 cl::desc("Show branch condition statistics in summary table"),
773 cl::desc("Show MCDC statistics in summary table"),
778 cl::desc("Show instantiation statistics in summary table"));
959 case Show:
976 cl::desc("Show the execution counts for each line"), cl::init(true),
981 cl::desc("Show the execution counts for each region"),
986 cl::desc("Show coverage for branch conditions"), cl::cat(ViewCategory),
988 "count", "Show True/False counts"),
990 "percent", "Show True/False percent")),
995 cl::desc("Show the MCDC Coverage for each applicable boolean expression"),
1000 cl::desc("Show the execution counts for each line, or the execution "
1005 cl::desc("Show expanded source regions"),
1009 cl::desc("Show function instantiations"),
1013 cl::desc("Show directory coverage"),
1017 cl::desc("Show created time for each page."),
1028 cl::desc("Show binary counters (1/0) in lines and branches instead of "
1195 // Show files
1228 cl::desc("Show coverage summaries for each function"));
1341 return Tool.run(CodeCoverageTool::Show, argc, argv);