Home
last modified time | relevance | path

Searched refs:gcda (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dcoverage12 # - GCC gcda - written by a program that was compiled with
23 # while data collected during runtime is stored in .gcda files
41 0 lelong 0x67636461 GCC gcda coverage (-fprofile-arcs),
46 0 belong 0x67636461 GCC gcda coverage (-fprofile-arcs),
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp75 void print(StringRef filename, StringRef gcno, StringRef gcda,
90 StringRef gcda, raw_ostream &os) const;
780 StringRef gcno, StringRef gcda, in annotateSource() argument
787 os << " -: 0:Data:" << gcda << '\n'; in annotateSource()
866 void Context::print(StringRef filename, StringRef gcno, StringRef gcda, in print() argument
925 annotateSource(si, file, gcno, gcda, in print()
993 StringRef gcno, StringRef gcda, GCOVFile &file) { in gcovOneInput() argument
995 fi.print(filename, gcno, gcda, file); in gcovOneInput()
/freebsd/contrib/wpa/src/drivers/
H A DMakefile5 rm -f *~ *.o *.d *.gcno *.gcda *.gcov
/freebsd/contrib/one-true-awk/
H A Dmakefile100 rm -f a.out *.o *.obj maketab maketab.exe *.bb *.bbg *.da *.gcov *.gcno *.gcda # proctab.c
103 …rm -f a.out *.o *.obj maketab maketab.exe *.bb *.bbg *.da *.gcov *.gcno *.gcda proctab.c awkgram.t…
/freebsd/contrib/bc/
H A DMakefile.in68 BC_LIB_GCDA = $(GEN_DIR)/lib.gcda
74 BC_LIB2_GCDA = $(GEN_DIR)/lib2.gcda
80 BC_HELP_GCDA = $(GEN_DIR)/bc_help.gcda
86 DC_HELP_GCDA = $(GEN_DIR)/dc_help.gcda
566 @$(RM) -f *.gcda *.gcno
/freebsd/contrib/wpa/src/
H A Dlib.rules29 $(Q)rm -f *~ *.o *.d *.gcno *.gcda *.gcov $(ALL)
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile4 rm -f *~ *.o *.d *.gcno *.gcda *.gcov
/freebsd/sys/contrib/openzfs/
H A D.gitignore76 *.gcda
/freebsd/contrib/bmake/unit-tests/
H A Dmeta-cmd-cmp.mk84 .MAKE.META.IGNORE_PATTERNS+= *.gcda
/freebsd/sys/contrib/libsodium/
H A D.gitignore5 *.gcda
/freebsd/sys/contrib/zstd/programs/
H A DMakefile276 $(RM) core *.o tmp* result* *.gcda dictionary *.zst \
281 *.gcda default*.profraw default.profdata have_zlib$(EXT)
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h97 if (magic == "gcda") { in readGCDAFormat()
190 /// (.gcno and .gcda).
319 StringRef gcno, StringRef gcda, GCOVFile &file);
/freebsd/sys/contrib/zstd/lib/
H A DMakefile244 $(RM) core *.o *.a *.gcda *.$(SHARED_EXT) *.$(SHARED_EXT).* libzstd.pc
/freebsd/sys/contrib/openzfs/config/
H A Dax_code_coverage.m4156 -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1851 HelpText<"Instrument code to produce gcov data files (*.gcda)">;