Home
last modified time | relevance | path

Searched refs:streamer_tree_cache_create (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-streamer.h88 struct streamer_tree_cache_d *streamer_tree_cache_create (bool, bool, bool);
H A Dtree-streamer.cc399 streamer_tree_cache_create (bool with_hashes, bool with_map, bool with_vec) in streamer_tree_cache_create() function
H A Dlto-streamer-in.cc2146 data_in->reader_cache = streamer_tree_cache_create (false, false, true); in lto_data_in_create()
H A Dlto-streamer-out.cc92 ob->writer_cache = streamer_tree_cache_create (!flag_wpa, true, false); in create_output_block()
H A DChangeLog-201327092 (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 DChangeLog-201443540 (streamer_tree_cache_create): Adjust.
43545 (streamer_tree_cache_create): Create nodes array optionally
43552 streamer_tree_cache_create prototype change.
H A DChangeLog-201114562 (streamer_tree_cache_create): Rename from lto_streamer_cache_create.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-streamer.h90 struct streamer_tree_cache_d *streamer_tree_cache_create (bool, bool, bool);
H A Dtree-streamer.c398 streamer_tree_cache_create (bool with_hashes, bool with_map, bool with_vec) in streamer_tree_cache_create() function
H A Dlto-streamer-in.c2113 data_in->reader_cache = streamer_tree_cache_create (false, false, true);
H A Dlto-streamer-out.c92 ob->writer_cache = streamer_tree_cache_create (!flag_wpa, true, false); in create_output_block()