Home | History | Annotate | Download | only in gcc

Lines Matching refs:file_data

127    or function.  FILE_DATA indicates where to obtain the data.
134 lto_get_section_data (struct lto_file_decl_data *file_data,
139 const char *data = (get_section_f) (file_data, section_type, name, order,
169 file_data->lto_section_header.get_compression ());
179 FILE_DATA indicates where to obtain the data.
184 lto_get_summary_section_data (struct lto_file_decl_data *file_data,
187 return lto_get_section_data (file_data, section_type, NULL, 0, len);
193 lto_get_raw_section_data (struct lto_file_decl_data *file_data,
198 return (get_section_f) (file_data, section_type, name, order, len);
206 lto_free_section_data (struct lto_file_decl_data *file_data,
221 (free_section_f) (file_data, section_type, name, data, len);
227 (free_section_f) (file_data, section_type, name, header->data, header->len);
234 lto_free_raw_section_data (struct lto_file_decl_data *file_data,
240 (free_section_f) (file_data, section_type, name, data, len);
243 /* Load a section of type SECTION_TYPE from FILE_DATA, parse the
249 lto_create_simple_input_block (struct lto_file_decl_data *file_data,
253 const char *data = lto_get_section_data (file_data, section_type, NULL, 0,
265 file_data->mode_table);
271 that call. The FILE_DATA and SECTION_TYPE are the same as what was
276 lto_destroy_simple_input_block (struct lto_file_decl_data *file_data,
282 lto_free_section_data (file_data, section_type, NULL, data, len);
406 associated with FILE_DATA. Return NULL if not found. */
409 lto_get_function_in_decl_state (struct lto_file_decl_data *file_data,
416 slot = file_data->function_decl_states->find_slot (&temp, NO_INSERT);