GCC Middle and Back End API Reference
|
#include <lto-streamer.h>
Public Member Functions | |
lto_input_block (const char *data_, unsigned int p_, unsigned int len_, const lto_file_decl_data *file_data_) | |
lto_input_block (const char *data_, unsigned int len_, const lto_file_decl_data *file_data_) | |
Data Fields | |
const char * | data |
const lto_file_decl_data * | file_data |
unsigned int | p |
unsigned int | len |
Structure used as buffer for reading an LTO file.
|
inline |
|
inline |
const char* lto_input_block::data |
Referenced by read_identifier(), read_string(), streamer_read_uchar(), and streamer_read_uhwi().
const lto_file_decl_data* lto_input_block::file_data |
unsigned int lto_input_block::len |
unsigned int lto_input_block::p |