Home
last modified time | relevance | path

Searched refs:DW_TAG_inheritance (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/include/
H A Ddwarf2.h75 DW_TAG_inheritance = 0x1c, enumerator
/dragonfly/contrib/gdb-7/include/
H A Ddwarf2.def95 DW_TAG (DW_TAG_inheritance, 0x1c)
/dragonfly/contrib/binutils-2.27/include/
H A Ddwarf2.def93 DW_TAG (DW_TAG_inheritance, 0x1c)
/dragonfly/contrib/binutils-2.34/include/
H A Ddwarf2.def93 DW_TAG (DW_TAG_inheritance, 0x1c)
/dragonfly/contrib/gcc-8.0/include/
H A Ddwarf2.def93 DW_TAG (DW_TAG_inheritance, 0x1c)
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2read.c10495 if (die->tag != DW_TAG_inheritance) in dwarf2_default_access_attribute()
10566 if (die->tag == DW_TAG_inheritance) in dwarf2_add_field()
10721 else if (die->tag == DW_TAG_inheritance) in dwarf2_add_field()
11377 else if (child_die->tag == DW_TAG_inheritance) in process_structure_scope()
11527 || child_die->tag == DW_TAG_inheritance in process_structure_scope()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c3755 case DW_TAG_inheritance: in dwarf_tag_name()
18581 dw_die_ref die = new_die (DW_TAG_inheritance, context_die, binfo); in gen_inheritance_die()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c24598 dw_die_ref die = new_die (DW_TAG_inheritance, context_die, binfo); in gen_inheritance_die()