Home
last modified time | relevance | path

Searched refs:odr_types (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.cc512 #define odr_types (*odr_types_ptr) macro
2006 val->id = odr_types.length (); in get_odr_type()
2011 odr_types[val->id] = 0; in get_odr_type()
2015 val->id = odr_types.length (); in get_odr_type()
2178 for (i = 0; i < odr_types.length (); i++) in dump_type_inheritance_graph()
2180 if (odr_types[i] && odr_types[i]->bases.length () == 0) in dump_type_inheritance_graph()
2181 dump_odr_type (f, odr_types[i]); in dump_type_inheritance_graph()
2183 for (i = 0; i < odr_types.length (); i++) in dump_type_inheritance_graph()
2185 if (!odr_types[i]) in dump_type_inheritance_graph()
2189 if (!odr_types[i]->types || !odr_types[i]->types->length ()) in dump_type_inheritance_graph()
[all …]
H A DChangeLog-202020669 * lto-section-in.c: (lto_section_name): Add odr_types section.
20670 * lto-streamer.h (enum lto_section_type): Add odr_types section.
20671 * passes.def: Add odr_types pass.
H A DChangeLog-201432713 (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c499 #define odr_types (*odr_types_ptr)
1992 val->id = odr_types.length ();
1997 odr_types[val->id] = 0;
2001 val->id = odr_types.length ();
2162 for (i = 0; i < odr_types.length (); i++)
2164 if (odr_types[i] && odr_types[i]->bases.length () == 0)
2165 dump_odr_type (f, odr_types[i]);
2167 for (i = 0; i < odr_types.length (); i++)
2169 if (!odr_types[i])
2173 if (!odr_types[i]->types || !odr_types[i]->types->length ())
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A DChangeLog635 (lto_read_decls): Do not allocate odr_types.