Searched defs:id_map (Results 1 – 5 of 5) sorted by relevance
46 struct id_map struct48 id_map *next; argument52 static id_map *func_ids, **funcs_tail = &func_ids; argument
2609 hash_map<lto_file_decl_data *, int> *id_map in cmp_symbol_files() local2682 hash_map<lto_file_decl_data *, int> id_map; in lto_output() local
2690 hash_map<lto_file_decl_data *, int> *id_map in cmp_symbol_files() local2763 hash_map<lto_file_decl_data *, int> id_map; in lto_output() local
175 inline id_map<T>::id_map (int num_svalues) in id_map() function