Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
Dgcov.cpp136 cl::OptionCategory DebugCat("Internal and debugging options"); in gcovMain() local
137 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()