Home
last modified time | relevance | path

Searched refs:GCDA (Results 1 - 2 of 2) sorted by relevance

/third_party/littlefs/
H A DMakefile26 GCDA := $(SRC:%.c=$(BUILDDIR)/%.t.gcda) macro
279 cov: $(GCDA) $(BUILDDIR)/lfs.cov.csv
280 $(strip ./scripts/cov.py $(GCDA) \
286 cov-diff: $(GCDA)
487 $(BUILDDIR)/lfs.cov.csv: $(GCDA)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp122 enum class GCovFileType { GCNO, GCDA };
999 std::string FilenameGcda = mangleName(CU, GCovFileType::GCDA);

Completed in 2 milliseconds