Searched refs:DebugCat (Results 1 – 1 of 1) sorted by relevance
136 cl::OptionCategory DebugCat("Internal and debugging options"); in gcovMain() local137 cl::opt<bool> DumpGCOV("dump", cl::init(false), cl::cat(DebugCat), in gcovMain()139 cl::opt<std::string> InputGCNO("gcno", cl::cat(DebugCat), cl::init(""), in gcovMain()141 cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""), in gcovMain()