Searched refs:gcov_do_dump (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov-tool.c | 48 extern void gcov_do_dump (struct gcov_info *, int); 126 gcov_do_dump (profile, 0); in gcov_output_files()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov-tool.cc | 48 extern void gcov_do_dump (struct gcov_info *, int); 126 gcov_do_dump (profile, 0); in gcov_output_files()
|
H A D | ChangeLog-2014 | 30688 (gcov_do_dump): Declare. 30689 (gcov_output_files): Call gcov_do_dump, not gcov_exit).
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-driver.c | 528 gcov_do_dump (struct gcov_info *list, int run_counted) in gcov_do_dump() function 574 gcov_do_dump (root->list, root->run_counted); in __gcov_dump_one()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcov-driver.c | 658 gcov_do_dump (struct gcov_info *list, int run_counted) in gcov_do_dump() function 704 gcov_do_dump (root->list, root->run_counted); in __gcov_dump_one()
|
H A D | ChangeLog | 2702 (gcov_do_dump): Do not handle program summary, it's not 2887 (gcov_do_dump): Release memory of gf.filename after each file. 6192 * libgcov.h (gcov_do_dump): New #define. 6200 (gcov_do_dump): Not hidden, static in libgcov. 6251 (gcov_do_dump): New rename. 6264 (gcov_do_dump): New function, broken out of ...
|