Searched refs:gcda (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/file/magic/Magdir/ |
H A D | coverage | 12 # - 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 D | GCOV.cpp | 75 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 D | Makefile | 5 rm -f *~ *.o *.d *.gcno *.gcda *.gcov
|
/freebsd/contrib/one-true-awk/ |
H A D | makefile | 100 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 D | Makefile.in | 68 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 D | lib.rules | 29 $(Q)rm -f *~ *.o *.d *.gcno *.gcda *.gcov $(ALL)
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | Makefile | 4 rm -f *~ *.o *.d *.gcno *.gcda *.gcov
|
/freebsd/sys/contrib/openzfs/ |
H A D | .gitignore | 76 *.gcda
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | meta-cmd-cmp.mk | 84 .MAKE.META.IGNORE_PATTERNS+= *.gcda
|
/freebsd/sys/contrib/libsodium/ |
H A D | .gitignore | 5 *.gcda
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | Makefile | 276 $(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 D | GCOV.h | 97 if (magic == "gcda") { in readGCDAFormat() 190 /// (.gcno and .gcda). 319 StringRef gcno, StringRef gcda, GCOVFile &file);
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | Makefile | 244 $(RM) core *.o *.a *.gcda *.$(SHARED_EXT) *.$(SHARED_EXT).* libzstd.pc
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | ax_code_coverage.m4 | 156 -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1851 HelpText<"Instrument code to produce gcov data files (*.gcda)">;
|