Home | History | Annotate | Download | only in lto

Lines Matching defs:decl_data

1863 /* Read all the symbols from buffer DATA, using descriptors in DECL_DATA.
1868 lto_read_decls (struct lto_file_decl_data *decl_data, const void *data,
1881 header->main_size, decl_data->mode_table);
1883 data_in = lto_data_in_create (decl_data, (const char *) data + string_offset,
2005 decl_data->global_decl_state = lto_new_in_decl_state ();
2007 decl_data->global_decl_state);
2010 decl_data->function_decl_states
2019 = decl_data->function_decl_states->find_slot (state, INSERT);
2028 decl_data->current_decl_state = decl_data->global_decl_state;
2716 struct lto_file_decl_data **decl_data;
2729 = decl_data = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (nfiles + 1);
2798 decl_data[last_file_ix++] = file_data;
2805 lto_flatten_files (decl_data, count, last_file_ix);
2807 ggc_free(decl_data);