Searched defs:InputGCDA (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | gcov.cpp | 25 const std::string &InputGCDA, bool DumpGCOV, in reportCoverage() 133 cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""), in gcovMain() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | gcov.cpp | 25 const std::string &InputGCDA, bool DumpGCOV, in reportCoverage() 133 cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""), in gcovMain() local
|
/external/swiftshader/third_party/LLVM/tools/llvm-cov/ |
D | llvm-cov.cpp | 31 InputGCDA("gcda", cl::desc("<input gcda file>"), cl::init("")); variable
|