Searched refs:tag_blocks (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov-dump.c | 36 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 D | gcov-dump.cc | 36 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 D | ChangeLog-2003 | 14483 (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 D | ChangeLog-2017 | 33032 * gcov-dump.c (tag_blocks): Just print number of basic blocks. 33042 (tag_blocks): Add and use new argument depth.
|
H A D | ChangeLog-2020 | 18311 (tag_blocks): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-util.c | 61 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 D | libgcov-util.c | 61 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 D | ChangeLog | 1192 (tag_blocks): Likewise. 6347 (tag_blocks): Ditto.
|