Lines Matching refs:output_block
53 void streamer_write_zero (struct output_block *);
54 void streamer_write_uhwi (struct output_block *, unsigned HOST_WIDE_INT);
55 void streamer_write_hwi (struct output_block *, HOST_WIDE_INT);
56 void streamer_write_gcov_count (struct output_block *, gcov_type);
57 void streamer_write_string (struct output_block *, struct lto_output_stream *,
59 void streamer_write_string_with_length (struct output_block *,
62 void bp_pack_string_with_length (struct output_block *, struct bitpack_d *,
64 void bp_pack_string (struct output_block *, struct bitpack_d *,
72 void streamer_write_wide_int (struct output_block *, const wide_int &);
73 void streamer_write_widest_int (struct output_block *, const widest_int &);
332 streamer_write_record_start (struct output_block *ob, enum LTO_tags tag) in streamer_write_record_start()