Lines Matching refs:lto_file_decl_data

260 lto_file_decl_data_get_ ## name (struct lto_file_decl_data *data, \
268 lto_file_decl_data_num_ ## name ## s (struct lto_file_decl_data *data) \
281 typedef const char* (lto_get_section_data_f) (struct lto_file_decl_data *,
289 typedef void (lto_free_section_data_f) (struct lto_file_decl_data *,
551 struct GTY(()) lto_file_decl_data struct
576 struct lto_file_decl_data *next; argument
594 typedef struct lto_file_decl_data *lto_file_decl_data_ptr; argument
724 struct lto_file_decl_data *file_data;
745 struct lto_file_decl_data *,
748 lto_destroy_simple_input_block (struct lto_file_decl_data *,
751 extern void lto_set_in_hooks (struct lto_file_decl_data **,
754 extern struct lto_file_decl_data **lto_get_file_decl_data (void);
755 extern const char *lto_get_section_data (struct lto_file_decl_data *,
759 extern const char *lto_get_raw_section_data (struct lto_file_decl_data *,
762 extern void lto_free_section_data (struct lto_file_decl_data *,
766 extern void lto_free_raw_section_data (struct lto_file_decl_data *,
770 extern void lto_record_renamed_decl (struct lto_file_decl_data *,
772 extern const char *lto_get_decl_name_mapping (struct lto_file_decl_data *,
777 struct lto_file_decl_data *, tree);
827 extern char *lto_get_section_name (int, const char *, struct lto_file_decl_data *);
835 extern void lto_input_cgraph (struct lto_file_decl_data *, const char *);
837 extern void lto_input_function_body (struct lto_file_decl_data *,
840 extern void lto_input_variable_constructor (struct lto_file_decl_data *,
843 extern void lto_input_constructors_and_inits (struct lto_file_decl_data *,
845 extern void lto_input_toplevel_asms (struct lto_file_decl_data *, int);
846 extern void lto_input_mode_table (struct lto_file_decl_data *);
847 extern struct data_in *lto_data_in_create (struct lto_file_decl_data *,
867 extern void lto_register_decl_definition (tree, struct lto_file_decl_data *);