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

/external/llvm/tools/llvm-cov/
H A Dgcov.cpp25 const std::string &InputGCDA, bool DumpGCOV,
42 std::string GCDA = InputGCDA.empty()
44 : InputGCDA;
133 cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""),
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 220 milliseconds