GCC Middle and Back End API Reference
lto_file_decl_data Struct Reference

#include <lto-streamer.h>

Collaboration diagram for lto_file_decl_data:

Data Fields

struct lto_in_decl_statecurrent_decl_state
struct lto_in_decl_stateglobal_decl_state
lto_symtab_encoder_t symtab_node_encoder
htab_t function_decl_states
const char * file_name
htab_t section_hash_table
htab_t renaming_hash_table
struct lto_file_decl_datanext
unsigned HOST_WIDE_INT id
vec< res_pairrespairs
unsigned max_index
struct gcov_ctr_summary profile_info
pointer_map_tresolution_map

Detailed Description

One of these is allocated for each object file that being compiled
   by lto.  This structure contains the tables that are needed by the
   serialized functions and ipa passes to connect themselves to the
   global types and decls as they are reconstituted.   

Field Documentation

struct lto_in_decl_state* lto_file_decl_data::current_decl_state

Referenced by lto_read_body().

const char* lto_file_decl_data::file_name
htab_t lto_file_decl_data::function_decl_states
struct lto_in_decl_state* lto_file_decl_data::global_decl_state

Referenced by lto_read_body().

unsigned HOST_WIDE_INT lto_file_decl_data::id

Referenced by lto_get_section_name().

unsigned lto_file_decl_data::max_index
struct lto_file_decl_data* lto_file_decl_data::next
struct gcov_ctr_summary lto_file_decl_data::profile_info
htab_t lto_file_decl_data::renaming_hash_table
pointer_map_t* lto_file_decl_data::resolution_map
vec<res_pair> lto_file_decl_data::respairs
htab_t lto_file_decl_data::section_hash_table

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