Home
last modified time | relevance | path

Searched defs:GCDA (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-cov/
Dgcov.cpp42 std::string GCDA = InputGCDA.empty() in reportCoverage() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
Dgcov.cpp42 std::string GCDA = InputGCDA.empty() in reportCoverage() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp124 enum class GCovFileType { GCNO, GCDA }; enumerator