Lines Matching refs:file_data
642 result = (*data_in->file_data->current_decl_state
654 lto_input_var_decl_ref (lto_input_block *ib, lto_file_decl_data *file_data)
657 tree result = (*file_data->current_decl_state
666 lto_input_fn_decl_ref (lto_input_block *ib, lto_file_decl_data *file_data)
669 tree result = (*file_data->current_decl_state
1568 FILE_DATA are the global decls and types. SECTION_TYPE is either
1574 lto_read_body_or_constructor (struct lto_file_decl_data *file_data, struct symtab_node *node,
1597 data_in = lto_data_in_create (file_data, data + string_offset,
1608 decl_state = lto_get_function_in_decl_state (file_data, fn_decl);
1610 file_data->current_decl_state = decl_state;
1616 file_data->mode_table);
1620 file_data->mode_table);
1656 file_data->current_decl_state = file_data->global_decl_state;
1663 /* Read the body of NODE using DATA. FILE_DATA holds the global
1667 lto_input_function_body (struct lto_file_decl_data *file_data,
1670 lto_read_body_or_constructor (file_data, node, data, LTO_section_function_body);
1673 /* Read the body of NODE using DATA. FILE_DATA holds the global
1677 lto_input_variable_constructor (struct lto_file_decl_data *file_data,
1680 lto_read_body_or_constructor (file_data, node, data, LTO_section_function_body);
1830 ret = (*data_in->file_data->current_decl_state
1924 lto_input_toplevel_asms (struct lto_file_decl_data *file_data, int order_base)
1928 = lto_get_summary_section_data (file_data, LTO_section_asm, &len);
1941 file_data->mode_table);
1943 data_in = lto_data_in_create (file_data, data + string_offset,
1956 lto_free_section_data (file_data, LTO_section_asm, NULL, data, len);
1963 lto_input_mode_table (struct lto_file_decl_data *file_data)
1967 = lto_get_summary_section_data (file_data, LTO_section_mode_table, &len);
1970 file_data->file_name);
1973 file_data->mode_table = table;
1981 data_in = lto_data_in_create (file_data, data + string_offset,
2097 lto_free_section_data (file_data, LTO_section_mode_table, NULL, data, len);
2132 /* Create a new data_in object for FILE_DATA. STRINGS is the string
2137 lto_data_in_create (struct lto_file_decl_data *file_data, const char *strings,
2142 data_in->file_data = file_data;