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

Data Fields | |
| struct lto_file_decl_data * | file_data |
| const char * | strings |
| unsigned int | strings_len |
| vec< ld_plugin_symbol_resolution_t > | globals_resolution |
| struct streamer_tree_cache_d * | reader_cache |
| lto_location_cache | location_cache |
Data and descriptors used when reading from an LTO file.
| struct lto_file_decl_data* data_in::file_data |
| vec<ld_plugin_symbol_resolution_t> data_in::globals_resolution |
Referenced by lto_data_in_create(), and lto_data_in_delete().
| lto_location_cache data_in::location_cache |
| 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().