Home
last modified time | relevance | path

Searched refs:tag_blocks (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-dump.c36 static void tag_blocks (const char *, unsigned, unsigned, unsigned);
71 {GCOV_TAG_BLOCKS, "BLOCKS", tag_blocks},
328 tag_blocks (const char *filename ATTRIBUTE_UNUSED, in tag_blocks() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov-dump.cc36 static void tag_blocks (const char *, unsigned, int, unsigned);
72 {GCOV_TAG_BLOCKS, "BLOCKS", tag_blocks},
335 tag_blocks (const char *filename ATTRIBUTE_UNUSED, in tag_blocks() function
H A DChangeLog-200314483 (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
22825 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
27114 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
27550 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
H A DChangeLog-201733032 * gcov-dump.c (tag_blocks): Just print number of basic blocks.
33042 (tag_blocks): Add and use new argument depth.
H A DChangeLog-202018311 (tag_blocks): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c61 static void tag_blocks (unsigned, unsigned);
133 {GCOV_TAG_BLOCKS, "BLOCKS", tag_blocks},
176 tag_blocks (unsigned tag ATTRIBUTE_UNUSED, unsigned length ATTRIBUTE_UNUSED) in tag_blocks() function
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c61 static void tag_blocks (unsigned, int);
131 {GCOV_TAG_BLOCKS, "BLOCKS", tag_blocks},
174 tag_blocks (unsigned tag ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) in tag_blocks() function
H A DChangeLog1192 (tag_blocks): Likewise.
6347 (tag_blocks): Ditto.