Searched refs:tag_function (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov-dump.c | 35 static void tag_function (const char *, unsigned, unsigned, unsigned); 70 {GCOV_TAG_FUNCTION, "FUNCTION", tag_function}, 292 tag_function (const char *filename ATTRIBUTE_UNUSED, in tag_function() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov-dump.cc | 35 static void tag_function (const char *, unsigned, int, unsigned); 71 {GCOV_TAG_FUNCTION, "FUNCTION", tag_function}, 299 tag_function (const char *filename ATTRIBUTE_UNUSED, in tag_function() function
|
H A D | ChangeLog-2003 | 25417 * gcov-dump.c (tag_function): Adjust. 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-2011 | 52 * gcov-dump (tag_function): Correct labelling typo. 4431 * gcov-dump.c (tag_function): Recognize placeholders. 27727 * gcov-dump.c (tag_function): Ditto.
|
H A D | ChangeLog-2020 | 18204 * gcov-dump.c (tag_function): Use gcov_position_t 18309 * gcov-dump.c (tag_function): Change signature from unsigned to
|
H A D | ChangeLog-2019 | 32031 * gcov-dump.c (tag_function): Print whole range
|
H A D | ChangeLog-2017 | 7758 * gcov-dump.c (tag_function): Parse and print the information.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-util.c | 60 static void tag_function (unsigned, unsigned); 132 {GCOV_TAG_FUNCTION, "FUNCTION", tag_function}, 143 tag_function (unsigned tag ATTRIBUTE_UNUSED, unsigned length ATTRIBUTE_UNUSED) in tag_function() function
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcov-util.c | 60 static void tag_function (unsigned, int); 130 {GCOV_TAG_FUNCTION, "FUNCTION", tag_function}, 141 tag_function (unsigned tag ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) in tag_function() function
|
H A D | ChangeLog | 1190 * libgcov-util.c (tag_function): Change signature from unsigned 6346 (tag_function): Ditto.
|