Searched refs:streamer_tree_cache_create (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-streamer.h | 88 struct streamer_tree_cache_d *streamer_tree_cache_create (bool, bool, bool);
|
H A D | tree-streamer.cc | 399 streamer_tree_cache_create (bool with_hashes, bool with_map, bool with_vec) in streamer_tree_cache_create() function
|
H A D | lto-streamer-in.cc | 2146 data_in->reader_cache = streamer_tree_cache_create (false, false, true); in lto_data_in_create()
|
H A D | lto-streamer-out.cc | 92 ob->writer_cache = streamer_tree_cache_create (!flag_wpa, true, false); in create_output_block()
|
H A D | ChangeLog-2013 | 27092 (streamer_tree_cache_create): Likewise. 27429 * tree-streamer.h (streamer_tree_cache_create): Adjust prototype. 27430 * tree-streamer.c (streamer_tree_cache_create): Make maintaining 27646 (streamer_tree_cache_create): Add argument whether to 27656 (streamer_tree_cache_create): Add argument whether to record hashes.
|
H A D | ChangeLog-2014 | 43540 (streamer_tree_cache_create): Adjust. 43545 (streamer_tree_cache_create): Create nodes array optionally 43552 streamer_tree_cache_create prototype change.
|
H A D | ChangeLog-2011 | 14562 (streamer_tree_cache_create): Rename from lto_streamer_cache_create.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-streamer.h | 90 struct streamer_tree_cache_d *streamer_tree_cache_create (bool, bool, bool);
|
H A D | tree-streamer.c | 398 streamer_tree_cache_create (bool with_hashes, bool with_map, bool with_vec) in streamer_tree_cache_create() function
|
H A D | lto-streamer-in.c | 2113 data_in->reader_cache = streamer_tree_cache_create (false, false, true);
|
H A D | lto-streamer-out.c | 92 ob->writer_cache = streamer_tree_cache_create (!flag_wpa, true, false); in create_output_block()
|