Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp159 cl::OptionCategory DebugCat("Internal and debugging options"); in gcovMain() local
160 cl::opt<bool> DumpGCOV("dump", cl::init(false), cl::cat(DebugCat), in gcovMain()
162 cl::opt<std::string> InputGCNO("gcno", cl::cat(DebugCat), cl::init(""), in gcovMain()
164 cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""), in gcovMain()