Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
Dgcov.cpp25 const std::string &InputGCDA, bool DumpGCOV, in reportCoverage() argument
76 if (DumpGCOV) in reportCoverage()
129 cl::opt<bool> DumpGCOV("dump", cl::init(false), cl::cat(DebugCat), in gcovMain() local
142 reportCoverage(SourceFile, ObjectDir, InputGCNO, InputGCDA, DumpGCOV, in gcovMain()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
Dgcov.cpp25 const std::string &InputGCDA, bool DumpGCOV, in reportCoverage() argument
76 if (DumpGCOV) in reportCoverage()
129 cl::opt<bool> DumpGCOV("dump", cl::init(false), cl::cat(DebugCat), in gcovMain() local
142 reportCoverage(SourceFile, ObjectDir, InputGCNO, InputGCDA, DumpGCOV, in gcovMain()
/external/swiftshader/third_party/LLVM/tools/llvm-cov/
Dllvm-cov.cpp25 DumpGCOV("dump", cl::init(false), cl::desc("dump gcov file"));
72 if (DumpGCOV) in main()