Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
Dgcov.cpp28 const std::string &InputGCDA, bool DumpGCOV, in reportCoverage() argument
79 if (DumpGCOV) in reportCoverage()
137 cl::opt<bool> DumpGCOV("dump", cl::init(false), cl::cat(DebugCat), in gcovMain() local
150 reportCoverage(SourceFile, ObjectDir, InputGCNO, InputGCDA, DumpGCOV, in gcovMain()