Searched refs:InputGCDA (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/llvm-cov/ |
D | llvm-cov.cpp | 31 InputGCDA("gcda", cl::desc("<input gcda file>"), cl::init("")); variable 58 if (!InputGCDA.empty()) { in main() 60 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputGCDA, GCDA_Buff)) { in main() 61 errs() << InputGCDA << ": " << ec.message() << "\n"; in main()
|
/external/llvm/tools/llvm-cov/ |
D | gcov.cpp | 25 const std::string &InputGCDA, bool DumpGCOV, in reportCoverage() argument 42 std::string GCDA = InputGCDA.empty() in reportCoverage() 44 : InputGCDA; in reportCoverage() 133 cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""), in gcovMain() local 142 reportCoverage(SourceFile, ObjectDir, InputGCNO, InputGCDA, DumpGCOV, in gcovMain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | gcov.cpp | 25 const std::string &InputGCDA, bool DumpGCOV, in reportCoverage() argument 42 std::string GCDA = InputGCDA.empty() in reportCoverage() 44 : InputGCDA; in reportCoverage() 133 cl::opt<std::string> InputGCDA("gcda", cl::cat(DebugCat), cl::init(""), in gcovMain() local 142 reportCoverage(SourceFile, ObjectDir, InputGCNO, InputGCDA, DumpGCOV, in gcovMain()
|