Home
last modified time | relevance | path

Searched refs:tag_function (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-dump.c35 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 Dgcov-dump.cc35 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 DChangeLog-200325417 * 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 DChangeLog-201152 * gcov-dump (tag_function): Correct labelling typo.
4431 * gcov-dump.c (tag_function): Recognize placeholders.
27727 * gcov-dump.c (tag_function): Ditto.
H A DChangeLog-202018204 * gcov-dump.c (tag_function): Use gcov_position_t
18309 * gcov-dump.c (tag_function): Change signature from unsigned to
H A DChangeLog-201932031 * gcov-dump.c (tag_function): Print whole range
H A DChangeLog-20177758 * gcov-dump.c (tag_function): Parse and print the information.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c60 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 Dlibgcov-util.c60 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 DChangeLog1190 * libgcov-util.c (tag_function): Change signature from unsigned
6346 (tag_function): Ditto.