Searched refs:streamer_write_gcov_count_stream (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | data-streamer-out.cc | 246 streamer_write_gcov_count_stream (ob->main_stream, work); in streamer_write_gcov_count() 359 streamer_write_gcov_count_stream (struct lto_output_stream *obs, gcov_type work) in streamer_write_gcov_count_stream() function
|
H A D | data-streamer.h | 71 void streamer_write_gcov_count_stream (struct lto_output_stream *, gcov_type);
|
H A D | profile-count.cc | 160 streamer_write_gcov_count_stream (ob, m_val); in stream_out()
|
H A D | ipa-profile.cc | 375 streamer_write_gcov_count_stream (ob->main_stream, histogram[i]->count); in ipa_profile_write_summary()
|
H A D | lto-cgraph.cc | 717 streamer_write_gcov_count_stream (ob->main_stream, in output_profile_summary() 767 streamer_write_gcov_count_stream (ob->main_stream, count); in output_refs()
|
H A D | ChangeLog-2013 | 34929 (streamer_write_gcov_count_stream): New function. 34936 streamer_write_gcov_count_stream, streamer_read_gcov_count): Declare.
|
H A D | ChangeLog-2017 | 37259 * data-streamer-out.c (streamer_write_gcov_count_stream):
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | data-streamer-out.c | 237 streamer_write_gcov_count_stream (ob->main_stream, work); in streamer_write_gcov_count() 350 streamer_write_gcov_count_stream (struct lto_output_stream *obs, gcov_type work) in streamer_write_gcov_count_stream() function
|
H A D | data-streamer.h | 70 void streamer_write_gcov_count_stream (struct lto_output_stream *, gcov_type);
|
H A D | profile-count.c | 150 streamer_write_gcov_count_stream (ob, m_val); in stream_out()
|
H A D | ipa-profile.c | 374 streamer_write_gcov_count_stream (ob->main_stream, histogram[i]->count); in ipa_profile_write_summary()
|
H A D | lto-cgraph.c | 711 streamer_write_gcov_count_stream (ob->main_stream, in output_profile_summary() 761 streamer_write_gcov_count_stream (ob->main_stream, count); in output_refs()
|