GCC Middle and Back End API Reference
|
#include <lto-streamer.h>
Data Fields | |
struct lto_header | lto_header |
int32_t | decl_state_size |
int32_t | num_nodes |
int32_t | main_size |
int32_t | string_size |
Structure describing a symbol section.
int32_t lto_decl_header::decl_state_size |
Size of region for decl state.
struct lto_header lto_decl_header::lto_header |
The header for all types of sections.
int32_t lto_decl_header::main_size |
Size of region for expressions, decls, types, etc.
int32_t lto_decl_header::num_nodes |
Number of nodes in globals stream.
int32_t lto_decl_header::string_size |
Size of the string table.