GCC Middle and Back End API Reference
bitpack_d Struct Reference

#include <data-streamer.h>

Data Fields

unsigned pos
bitpack_word_t word
void * stream

Field Documentation

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().


The documentation for this struct was generated from the following file: