Searched refs:dtype_die (Results 1 – 2 of 2) sorted by relevance
15505 dw_die_ref dtype_die; in add_gnat_descriptive_type_attribute() local15514 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()
20627 dw_die_ref dtype_die; in add_gnat_descriptive_type_attribute() local20636 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()