Lines Matching refs:file_data

134 lto_get_section_data (struct lto_file_decl_data *file_data,  in lto_get_section_data()  argument
139 const char *data = (get_section_f) (file_data, section_type, name, order, in lto_get_section_data()
169 file_data->lto_section_header.get_compression ()); in lto_get_section_data()
184 lto_get_summary_section_data (struct lto_file_decl_data *file_data, in lto_get_summary_section_data() argument
187 return lto_get_section_data (file_data, section_type, NULL, 0, len); in lto_get_summary_section_data()
193 lto_get_raw_section_data (struct lto_file_decl_data *file_data, in lto_get_raw_section_data() argument
198 return (get_section_f) (file_data, section_type, name, order, len); in lto_get_raw_section_data()
206 lto_free_section_data (struct lto_file_decl_data *file_data, in lto_free_section_data() argument
221 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
227 (free_section_f) (file_data, section_type, name, header->data, header->len); in lto_free_section_data()
234 lto_free_raw_section_data (struct lto_file_decl_data *file_data, in lto_free_raw_section_data() argument
240 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
249 lto_create_simple_input_block (struct lto_file_decl_data *file_data, in lto_create_simple_input_block() argument
253 const char *data = lto_get_section_data (file_data, section_type, NULL, 0, in lto_create_simple_input_block()
265 file_data->mode_table); in lto_create_simple_input_block()
276 lto_destroy_simple_input_block (struct lto_file_decl_data *file_data, in lto_destroy_simple_input_block() argument
282 lto_free_section_data (file_data, section_type, NULL, data, len); in lto_destroy_simple_input_block()
409 lto_get_function_in_decl_state (struct lto_file_decl_data *file_data, in lto_get_function_in_decl_state() argument
416 slot = file_data->function_decl_states->find_slot (&temp, NO_INSERT); in lto_get_function_in_decl_state()