Searched refs:coverage (Results 1 - 25 of 36) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Doptions.exp65 check_for_all_options c {--coverage} {-fprofile-arcs -ftest-coverage} {} {-lgcov}
/haiku-buildtools/gcc/gcc/
H A Dgcov.c48 /* The gcno file is generated by -ftest-coverage option. The gcda file is
188 /* Raw arc coverage counts. */
203 /* Describes coverage of a file or function. */
251 coverage_t coverage; member in struct:source_info
474 fnotice (file, "Print code coverage information.\n\n");
788 char *gcov_file_name = make_gcov_file_name (file_name, src->coverage.name);
790 if (src->coverage.lines)
827 coverage_t coverage;
829 memset (&coverage, 0, sizeof (coverage));
826 coverage_t coverage; local
1791 add_branch_counts(coverage_t *coverage, const arc_t *arc) argument
1869 function_summary(const coverage_t *coverage, const char *title) argument
2073 add_line_counts(coverage_t *coverage, function_t *fn) argument
[all...]
H A DMakefile.in153 # Flags to determine code coverage. When coverage is disabled, this will
154 # contain the optimization flags, as you normally want code coverage
1211 coverage.o \
2308 $(srcdir)/wide-int.h $(srcdir)/alias.h $(srcdir)/coverage.c $(srcdir)/rtl.h \
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h55 bool coverage; member in struct:__sanitizer::CommonFlags
H A Dsanitizer_coverage_libcdep.cc9 // This file implements run-time support for a poor man's coverage tool.
21 // - __sanitizer_cov_dump: dump the coverage data to disk.
22 // For every module of the current process that has coverage data
26 // Eventually, this coverage implementation should be obsoleted by a more
27 // powerful general purpose Clang/LLVM coverage instrumentation.
162 // Extend coverage PC array to fit additional npcs elements.
181 Printf("failed to extend raw coverage file: %d\n", err);
357 // Dump the coverage on disk.
359 if (!common_flags()->coverage || common_flags()->coverage_direct) return;
418 if (!common_flags()->coverage) retur
[all...]
H A Dsanitizer_coverage_mapping_libcdep.cc8 // Mmap-based implementation of sanitizer coverage.
10 // This is part of the implementation of code coverage that does not require
64 if (!common_flags()->coverage || !common_flags()->coverage_direct) return;
H A Dsanitizer_flags.cc61 f->coverage = false;
141 ParseFlag(str, &f->coverage, "coverage",
142 "If set, coverage information will be dumped at program shutdown (if the "
143 "coverage instrumentation was enabled at compile time).");
145 "If set, coverage information will be dumped directly to a memory "
149 "Target directory for coverage dumps. Defaults to the current "
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dneon-fma-cov.d1 # name: Neon FMA instruction coverage
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dpic-gc-73.d7 # Left-over code coverage case from pic-gc-72; local symbol.
H A Dtls-err-20x.d10 # Code coverage case similar to tls-e-20.d, except with an undefined
H A Ddso-3.s4 ; definition respectively. This is by no means a full coverage,
/haiku-buildtools/gcc/gmp/mpn/alpha/ev6/
H A Dslot.pl183 sub coverage { subroutine
291 coverage();
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-cris/
H A Ddso-3.s4 ; definition respectively. This is by no means a full coverage,
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dunimplemented.s5 ; not contain duplicate entries. No compelling need for complete coverage.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dunimplemented.s5 ; not contain duplicate entries. No compelling need for complete coverage.
/haiku-buildtools/gcc/zlib/contrib/puff/
H A DMakefile13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
15 # puff full coverage test (should say 100%)
/haiku-buildtools/binutils/zlib/contrib/puff/
H A DMakefile13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
15 # puff full coverage test (should say 100%)
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_rtl.cc54 if (common_flags()->coverage)
243 cf->coverage = false;
666 if (common_flags()->coverage) {
H A Dasan_interceptors.cc692 if (common_flags()->coverage) CovBeforeFork();
694 if (common_flags()->coverage) CovAfterFork(pid);
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc450 if (common_flags()->coverage)
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgcc-dg.exp496 # Remove compiler-generated coverage files for the current test.
497 proc cleanup-coverage-files { } {
504 # Clean up coverage files for additional source files.
/haiku-buildtools/gcc/gcc/doc/
H A Dmakefile.texi100 stage2 build to crash. It does not provide as good coverage of the
/haiku-buildtools/gcc/
H A DMakefile.tpl451 # * Likewise, we force-disable coverage flags, since the installed
455 --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" \
/haiku-buildtools/binutils/
H A DMakefile.tpl453 # * Likewise, we force-disable coverage flags, since the installed
457 --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" \
/haiku-buildtools/cloog/osl/autoconf/
H A Dltmain.sh5849 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \

Completed in 764 milliseconds

12