Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.cc534 static hash_map <nofree_string_hash, odr_enum> *odr_enum_map = NULL; variable
4047 if (!odr_enums && !odr_enum_map) in ipa_odr_summary_write()
4094 else if (odr_enum_map) in ipa_odr_summary_write()
4097 streamer_write_uhwi (ob, odr_enum_map->elements ()); in ipa_odr_summary_write()
4100 = odr_enum_map->begin (); in ipa_odr_summary_write()
4101 for (; iter != odr_enum_map->end (); ++iter) in ipa_odr_summary_write()
4121 delete odr_enum_map; in ipa_odr_summary_write()
4123 odr_enum_map = NULL; in ipa_odr_summary_write()
4151 if (!odr_enum_map) in ipa_odr_read_section()
4154 odr_enum_map = new (hash_map <nofree_string_hash, odr_enum>); in ipa_odr_read_section()
[all …]
H A DChangeLog-202020658 (odr_enum_map): New hashtable.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c521 static hash_map <nofree_string_hash, odr_enum> *odr_enum_map = NULL;
4023 if (!odr_enums && !odr_enum_map)
4070 else if (odr_enum_map)
4073 streamer_write_uhwi (ob, odr_enum_map->elements ());
4076 = odr_enum_map->begin ();
4077 for (; iter != odr_enum_map->end (); ++iter)
4097 delete odr_enum_map;
4099 odr_enum_map = NULL;
4127 if (!odr_enum_map)
4130 odr_enum_map = new (hash_map <nofree_string_hash, odr_enum>);
[all …]