Lines Matching refs:lto_file_decl_data

270 lto_file_decl_data_get_ ## name (struct lto_file_decl_data *data, \
278 lto_file_decl_data_num_ ## name ## s (struct lto_file_decl_data *data) \
291 typedef const char* (lto_get_section_data_f) (struct lto_file_decl_data *,
300 typedef void (lto_free_section_data_f) (struct lto_file_decl_data *,
594 struct GTY(()) lto_file_decl_data struct
619 struct lto_file_decl_data *next; argument
647 typedef struct lto_file_decl_data *lto_file_decl_data_ptr; argument
784 struct lto_file_decl_data *file_data;
805 struct lto_file_decl_data *,
808 lto_destroy_simple_input_block (struct lto_file_decl_data *,
811 extern void lto_set_in_hooks (struct lto_file_decl_data **,
814 extern struct lto_file_decl_data **lto_get_file_decl_data (void);
815 extern const char *lto_get_section_data (struct lto_file_decl_data *,
819 extern const char *lto_get_summary_section_data (struct lto_file_decl_data *,
822 extern const char *lto_get_raw_section_data (struct lto_file_decl_data *,
825 extern void lto_free_section_data (struct lto_file_decl_data *,
829 extern void lto_free_raw_section_data (struct lto_file_decl_data *,
833 extern void lto_record_renamed_decl (struct lto_file_decl_data *,
835 extern const char *lto_get_decl_name_mapping (struct lto_file_decl_data *,
840 struct lto_file_decl_data *, tree);
889 struct lto_file_decl_data *);
897 extern void lto_input_cgraph (struct lto_file_decl_data *, const char *);
900 extern void lto_input_function_body (struct lto_file_decl_data *,
903 extern void lto_input_variable_constructor (struct lto_file_decl_data *,
906 extern void lto_input_constructors_and_inits (struct lto_file_decl_data *,
908 extern void lto_input_toplevel_asms (struct lto_file_decl_data *, int);
909 extern void lto_input_mode_table (struct lto_file_decl_data *);
910 extern class data_in *lto_data_in_create (struct lto_file_decl_data *,
928 extern void lto_register_decl_definition (tree, struct lto_file_decl_data *);