Searched refs:DebugCat (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | gcov.cpp | 128 cl::OptionCategory DebugCat("Internal and debugging options"); in gcovMain() local 129 cl::opt<bool> DumpGCOV("dump", cl::init(false), cl::cat(DebugCat), in gcovMain() 131 cl::opt<std::string> InputGCNO("gcno", cl::cat(DebugCat), cl::init(""), in gcovMain() 133 cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""), in gcovMain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | gcov.cpp | 128 cl::OptionCategory DebugCat("Internal and debugging options"); in gcovMain() local 129 cl::opt<bool> DumpGCOV("dump", cl::init(false), cl::cat(DebugCat), in gcovMain() 131 cl::opt<std::string> InputGCNO("gcno", cl::cat(DebugCat), cl::init(""), in gcovMain() 133 cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""), in gcovMain()
|