GCC Middle and Back End API Reference
lto_decl_header Struct Reference

#include <lto-streamer.h>

Collaboration diagram for lto_decl_header:

Data Fields

struct lto_header lto_header
int32_t decl_state_size
int32_t num_nodes
int32_t main_size
int32_t string_size

Detailed Description

   Structure describing a symbol section.  

Field Documentation

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.  

The documentation for this struct was generated from the following file: