Home
last modified time | relevance | path

Searched refs:dtype_die (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDdwarf2out.c15505 dw_die_ref dtype_die; in add_gnat_descriptive_type_attribute() local
15514 dtype_die = lookup_type_die (dtype); in add_gnat_descriptive_type_attribute()
15515 if (!dtype_die) in add_gnat_descriptive_type_attribute()
15518 dtype_die = lookup_type_die (dtype); in add_gnat_descriptive_type_attribute()
15519 gcc_assert (dtype_die); in add_gnat_descriptive_type_attribute()
15522 add_AT_die_ref (die, DW_AT_GNAT_descriptive_type, dtype_die); in add_gnat_descriptive_type_attribute()
/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c20627 dw_die_ref dtype_die; in add_gnat_descriptive_type_attribute() local
20636 dtype_die = lookup_type_die (dtype); in add_gnat_descriptive_type_attribute()
20637 if (!dtype_die) in add_gnat_descriptive_type_attribute()
20640 dtype_die = lookup_type_die (dtype); in add_gnat_descriptive_type_attribute()
20641 gcc_assert (dtype_die); in add_gnat_descriptive_type_attribute()
20644 add_AT_die_ref (die, DW_AT_GNAT_descriptive_type, dtype_die); in add_gnat_descriptive_type_attribute()