Searched refs:gcov_read_profile_dir (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov-tool.c | 47 extern struct gcov_info* gcov_read_profile_dir (const char*, int); 146 d1_profile = gcov_read_profile_dir (d1, 0); in profile_merge() 152 d2_profile = gcov_read_profile_dir (d2, 0); in profile_merge() 249 d1_profile = gcov_read_profile_dir (d1, 0); in profile_rewrite() 396 d1_profile = gcov_read_profile_dir (d1, 0); in profile_overlap() 402 d2_profile = gcov_read_profile_dir (d2, 0); in profile_overlap()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov-tool.cc | 47 extern struct gcov_info* gcov_read_profile_dir (const char*, int); 146 d1_profile = gcov_read_profile_dir (d1, 0); in profile_merge() 152 d2_profile = gcov_read_profile_dir (d2, 0); in profile_merge() 249 d1_profile = gcov_read_profile_dir (d1, 0); in profile_rewrite() 396 d1_profile = gcov_read_profile_dir (d1, 0); in profile_overlap() 402 d2_profile = gcov_read_profile_dir (d2, 0); in profile_overlap()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-util.c | 440 gcov_read_profile_dir (const char* dir_name, int recompute_summary ATTRIBUTE_UNUSED) in gcov_read_profile_dir() function
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcov-util.c | 442 gcov_read_profile_dir (const char* dir_name, int recompute_summary ATTRIBUTE_UNUSED) in gcov_read_profile_dir() function
|
H A D | ChangeLog | 5481 * libgcov-util.c (gcov_read_profile_dir): Disable use 6286 (gcov_read_profile_dir): Don't propagate here. 6356 (gcov_read_profile_dir): Ditto.
|