Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddumpfile.h45 TDI_inheritance, /* dump type inheritance graph. */ enumerator
H A Dipa-devirt.c2264 inheritance_dump_file = dump_begin (TDI_inheritance, &flags);
2303 dump_end (TDI_inheritance, inheritance_dump_file);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddumpfile.h45 TDI_inheritance, /* dump type inheritance graph. */ enumerator
H A Dipa-devirt.cc2280 inheritance_dump_file = dump_begin (TDI_inheritance, &flags); in build_type_inheritance_graph()
2319 dump_end (TDI_inheritance, inheritance_dump_file); in build_type_inheritance_graph()
H A DChangeLog-201322271 * dumpfile.h (TDI_inheritance): New.