Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree.h1003 #define TYPE_SYMTAB_DIE(NODE) (TYPE_CHECK (NODE)->type.symtab.die) macro
Ddwarf2out.c5177 return TYPE_SYMTAB_DIE (type);
5187 TYPE_SYMTAB_DIE (type) = type_die;
DChangeLog.73917 * dwarf2out.c (lookup_type_die): Use TYPE_SYMTAB_DIE.
3919 * tree.h (TYPE_SYMTAB_DIE): New macro.
/openbsd/src/gnu/gcc/gcc/
Dtree.h1922 #define TYPE_SYMTAB_DIE(NODE) (TYPE_CHECK (NODE)->type.symtab.die) macro
Ddwarf2out.c5607 return TYPE_SYMTAB_DIE (type); in lookup_type_die()
5615 TYPE_SYMTAB_DIE (type) = type_die; in equate_type_number_to_die()