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

/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c2061 lto_resolution_read (splay_tree file_ids, FILE *resolution, lto_file *file) argument
2131 nd = lto_splay_tree_lookup (file_ids, id);
2169 create_subid_section_table (struct lto_section_slot *ls, splay_tree file_ids, argument
2183 nd = lto_splay_tree_lookup (file_ids, id);
2194 lto_splay_tree_insert (file_ids, id, file_data);
2279 splay_tree file_ids; local
2290 file_ids = lto_splay_tree_new ();
2293 create_subid_section_table (section, file_ids, &file_list);
2296 lto_resolution_read (file_ids, resolution_file, file);
2302 splay_tree_delete (file_ids);
[all...]

Completed in 43 milliseconds