Home
last modified time | relevance | path

Searched refs:gcda (Results 1 – 13 of 13) 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/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/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp75 void print(StringRef filename, StringRef gcno, StringRef gcda,
90 StringRef gcda, raw_ostream &os) const;
787 StringRef gcno, StringRef gcda, in annotateSource() argument
794 os << " -: 0:Data:" << gcda << '\n'; in annotateSource()
873 void Context::print(StringRef filename, StringRef gcno, StringRef gcda, in print() argument
932 annotateSource(si, file, gcno, gcda, in print()
1000 StringRef gcno, StringRef gcda, GCOVFile &file) { in gcovOneInput() argument
1002 fi.print(filename, gcno, gcda, file); in gcovOneInput()
/freebsd/contrib/bc/
H A DMakefile.in70 BC_LIB_GCDA = $(GEN_DIR)/lib.gcda
76 BC_LIB2_GCDA = $(GEN_DIR)/lib2.gcda
82 BC_HELP_GCDA = $(GEN_DIR)/bc_help.gcda
88 DC_HELP_GCDA = $(GEN_DIR)/dc_help.gcda
/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/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h334 StringRef gcno, StringRef gcda, GCOVFile &file);
/freebsd/sys/contrib/openzfs/config/
H A Dax_code_coverage.m4157 -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1827 HelpText<"Instrument code to produce gcov data files (*.gcda)">;