|
GCC Middle and Back End API Reference
|
#include <lto-streamer.h>

Data Fields | |
| struct lto_file_decl_data * | file_data |
| tree * | labels |
| const char * | strings |
| unsigned int | strings_len |
| unsigned int | num_named_labels |
| unsigned int | num_unnamed_labels |
| vec < ld_plugin_symbol_resolution_t > | globals_resolution |
| struct streamer_tree_cache_d * | reader_cache |
Data and descriptors used when reading from an LTO file.
| struct lto_file_decl_data* data_in::file_data |
Referenced by lto_data_in_create(), and lto_input_tree_ref().
| vec<ld_plugin_symbol_resolution_t> data_in::globals_resolution |
Referenced by lto_data_in_create(), and lto_data_in_delete().
| tree* data_in::labels |
Referenced by lto_data_in_delete().
| unsigned int data_in::num_named_labels |
| unsigned int data_in::num_unnamed_labels |
| struct streamer_tree_cache_d* data_in::reader_cache |
| const char* data_in::strings |
Referenced by lto_data_in_create(), and string_for_index().
| unsigned int data_in::strings_len |
Referenced by lto_data_in_create(), and string_for_index().