Searched refs:lto_file (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto.h26 struct lto_file struct
43 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
44 extern void lto_obj_file_close (lto_file *file);
46 extern htab_t lto_obj_build_section_table (lto_file *file, struct lto_section_list *list);
51 extern lto_file *lto_set_current_out_file (lto_file *file);
52 extern lto_file *lto_get_current_out_file (void);
H A Dlto-object.c35 lto_file base;
58 lto_file_init (lto_file *file, const char *filename, off_t offset)
68 lto_file *
98 lto_file_init ((lto_file *) lo, fname, offset);
157 lto_obj_file_close ((lto_file *) lo);
167 lto_obj_file_close (lto_file *file)
262 lto_obj_build_section_table (lto_file *lto_file, struct lto_section_list *list) argument
264 struct lto_simple_object *lo = (struct lto_simple_object *) lto_file;
293 static lto_file *current_out_fil
[all...]
H A Dlto.c165 lto_file *file = lto_obj_file_open (temp_filename, true);
H A Dlto-common.c2054 lto_resolution_read (splay_tree file_ids, FILE *resolution, lto_file *file)
2218 lto_file_finalize (struct lto_file_decl_data *file_data, lto_file *file,
2274 lto_create_files_from_ids (lto_file *file, struct lto_file_decl_data *file_data,
2294 lto_file_read (lto_file *file, FILE *resolution_file, int *count)
2489 static lto_file *current_lto_file;
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto.h26 struct lto_file struct
43 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
44 extern void lto_obj_file_close (lto_file *file);
46 extern htab_t lto_obj_build_section_table (lto_file *file, struct lto_section_list *list);
51 extern lto_file *lto_set_current_out_file (lto_file *file);
52 extern lto_file *lto_get_current_out_file (void);
H A Dlto-object.cc35 lto_file base;
58 lto_file_init (lto_file *file, const char *filename, off_t offset)
68 lto_file *
98 lto_file_init ((lto_file *) lo, fname, offset);
153 lto_obj_file_close ((lto_file *) lo);
163 lto_obj_file_close (lto_file *file)
258 lto_obj_build_section_table (lto_file *lto_file, struct lto_section_list *list) argument
260 struct lto_simple_object *lo = (struct lto_simple_object *) lto_file;
289 static lto_file *current_out_fil
[all...]
H A Dlto.cc165 lto_file *file = lto_obj_file_open (temp_filename, true);
H A Dlto-common.cc2063 lto_resolution_read (splay_tree file_ids, FILE *resolution, lto_file *file)
2227 lto_file_finalize (struct lto_file_decl_data *file_data, lto_file *file,
2283 lto_create_files_from_ids (lto_file *file, struct lto_file_decl_data *file_data,
2303 lto_file_read (lto_file *file, FILE *resolution_file, int *count)
2498 static lto_file *current_lto_file;
/netbsd-current/external/gpl3/gcc.old/dist/lto-plugin/
H A Dlto-plugin.c1136 struct plugin_file_info lto_file; local
1140 memset (&lto_file, 0, sizeof (struct plugin_file_info));
1152 lto_file.name = hi ? xasprintf ("%s@0x%x%08x", file->name, hi, lo)
1157 lto_file.name = xstrdup (file->name);
1159 lto_file.handle = file->handle;
1165 obj.out = &lto_file.symtab;
1206 resolve_conflicts (&lto_file.symtab, &lto_file.conflicts);
1211 status = add_symbols_v2 (file->handle, lto_file.symtab.nsyms,
1212 lto_file
[all...]
/netbsd-current/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-plugin.c1157 struct plugin_file_info lto_file; local
1161 memset (&lto_file, 0, sizeof (struct plugin_file_info));
1173 lto_file.name = hi ? xasprintf ("%s@0x%x%08x", file->name, hi, lo)
1178 lto_file.name = xstrdup (file->name);
1180 lto_file.handle = file->handle;
1186 obj.out = &lto_file.symtab;
1227 resolve_conflicts (&lto_file.symtab, &lto_file.conflicts);
1232 status = add_symbols_v2 (file->handle, lto_file.symtab.nsyms,
1233 lto_file
[all...]

Completed in 189 milliseconds