|
GCC Middle and Back End API Reference
|
#include <data-streamer.h>
Data Fields | |
| unsigned | pos |
| bitpack_word_t | word |
| void * | stream |
| unsigned bitpack_d::pos |
The position of the first unused or unconsumed bit in the word.
Referenced by bitpack_create().
| void* bitpack_d::stream |
The lto_output_stream or the lto_input_block we are streaming to/from.
Referenced by bp_pack_value(), and streamer_read_bitpack().
| bitpack_word_t bitpack_d::word |
The current word we are (un)packing.
Referenced by bitpack_create(), and streamer_read_bitpack().