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 lto_input_block(), lto_input_block(), 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 |
Referenced by input_offload_tables(), input_symtab(), ipa_profile_read_summary(), ipa_reference_read_optimization_summary(), lto_create_simple_input_block(), lto_input_block(), lto_input_block(), lto_section_overrun(), read_identifier(), read_string(), streamer_read_uchar(), and streamer_read_uhwi().
unsigned int lto_input_block::p |