Searched refs:streamer_write_string_cst (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-streamer.h | 70 void streamer_write_string_cst (struct output_block *,
|
H A D | tree-streamer-out.cc | 41 streamer_write_string_cst (struct output_block *ob, in streamer_write_string_cst() function 997 streamer_write_string_cst (ob, ob->main_stream, expr); in streamer_write_tree_header()
|
H A D | lto-streamer-out.cc | 2525 streamer_write_string_cst (ob, ob->main_stream, can->asm_str); in lto_output_toplevel_asms() 2529 streamer_write_string_cst (ob, ob->main_stream, NULL_TREE); in lto_output_toplevel_asms()
|
H A D | ChangeLog-2011 | 10225 * tree-streamer.h (streamer_write_string_cst): Declare. 10227 streamer_write_string_cst and make global. Handle incoming string
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-streamer.h | 71 void streamer_write_string_cst (struct output_block *,
|
H A D | tree-streamer-out.c | 40 streamer_write_string_cst (struct output_block *ob, in streamer_write_string_cst() function 982 streamer_write_string_cst (ob, ob->main_stream, expr); in streamer_write_tree_header()
|
H A D | lto-streamer-out.c | 2444 streamer_write_string_cst (ob, ob->main_stream, can->asm_str); in lto_output_toplevel_asms() 2448 streamer_write_string_cst (ob, ob->main_stream, NULL_TREE); in lto_output_toplevel_asms()
|