Home
last modified time | relevance | path

Searched refs:lto_clone_numbers (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-partition.c928 static hash_map<const char *, unsigned> *lto_clone_numbers; variable
942 unsigned &clone_number = lto_clone_numbers->get_or_insert (name); in privatize_symbol_name_1()
1138 lto_clone_numbers = new hash_map<const char *, unsigned>; in lto_promote_cross_file_statics()
1170 delete lto_clone_numbers; in lto_promote_cross_file_statics() local
1181 lto_clone_numbers = new hash_map<const char *, unsigned>; in lto_promote_statics_nonwpa()
1187 delete lto_clone_numbers; in lto_promote_statics_nonwpa() local
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-partition.cc934 static hash_map<const char *, unsigned> *lto_clone_numbers; variable
948 unsigned &clone_number = lto_clone_numbers->get_or_insert (name); in privatize_symbol_name_1()
1149 lto_clone_numbers = new hash_map<const char *, unsigned>; in lto_promote_cross_file_statics()
1181 delete lto_clone_numbers; in lto_promote_cross_file_statics()
1192 lto_clone_numbers = new hash_map<const char *, unsigned>; in lto_promote_statics_nonwpa()
1198 delete lto_clone_numbers; in lto_promote_statics_nonwpa()
H A DChangeLog621 non-unique symbol counters in the lto_clone_numbers hash
624 lto_clone_numbers hash map.
625 (lto_promote_statics_nonwpa): Free the lto_clone_numbers hash