Searched refs:bp_pack_string (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | data-streamer-out.cc | 186 bp_pack_string (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string() function
|
H A D | data-streamer.h | 66 void bp_pack_string (struct output_block *, struct bitpack_d *,
|
H A D | lto-streamer-out.cc | 231 bp_pack_string (ob, bp, get_src_pwd (), true); in lto_output_location_1() 232 bp_pack_string (ob, bp, remapped, true); in lto_output_location_1() 3214 bp_pack_string (ob, &bp, REAL_MODE_FORMAT (m)->name, true); in lto_write_mode_table() 3219 bp_pack_string (ob, &bp, GET_MODE_NAME (m), true); in lto_write_mode_table()
|
H A D | tree-streamer-out.cc | 396 bp_pack_string (ob, bp, TRANSLATION_UNIT_LANGUAGE (expr), true); in pack_ts_translation_unit_decl_value_fields()
|
H A D | ipa-modref.cc | 3782 bp_pack_string (ob, &bp, sum->fnspec, true); in modref_write() 3791 bp_pack_string (ob, &bp, sum->fnspec, true); in modref_write()
|
H A D | ChangeLog-2012 | 7858 (bp_pack_string): Likewise. 7862 (bp_pack_string): Likewise.
|
H A D | ChangeLog-2014 | 29071 * lto-streamer-out.c (lto_output_location): Use bp_pack_string.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | data-streamer-out.c | 186 bp_pack_string (struct output_block *ob, struct bitpack_d *bp, in bp_pack_string() function
|
H A D | data-streamer.h | 65 void bp_pack_string (struct output_block *, struct bitpack_d *,
|
H A D | lto-streamer-out.c | 240 bp_pack_string (ob, bp, get_src_pwd (), true); in lto_output_location_1() 241 bp_pack_string (ob, bp, remapped, true); in lto_output_location_1() 3132 bp_pack_string (ob, &bp, REAL_MODE_FORMAT (m)->name, true); in lto_write_mode_table() 3137 bp_pack_string (ob, &bp, GET_MODE_NAME (m), true); in lto_write_mode_table()
|
H A D | tree-streamer-out.c | 383 bp_pack_string (ob, bp, TRANSLATION_UNIT_LANGUAGE (expr), true); in pack_ts_translation_unit_decl_value_fields()
|