Searched defs:DumpGCOV (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-cov/
H A Dgcov.cpp25 const std::string &InputGCDA, bool DumpGCOV,
76 if (DumpGCOV)
129 cl::opt<bool> DumpGCOV("dump", cl::init(false), cl::cat(DebugCat),
142 reportCoverage(SourceFile, ObjectDir, InputGCNO, InputGCDA, DumpGCOV,
23 reportCoverage(StringRef SourceFile, StringRef ObjectDir, const std::string &InputGCNO, const std::string &InputGCDA, bool DumpGCOV, const GCOV::Options &Options) argument

Completed in 118 milliseconds