Lines Matching refs:subrange_die

13034   dw_die_ref subrange_die;  in subrange_type_die()  local
13040 subrange_die = new_die (DW_TAG_subrange_type, context_die, type); in subrange_type_die()
13046 add_AT_unsigned (subrange_die, DW_AT_byte_size, size_in_bytes); in subrange_type_die()
13049 add_alignment_attribute (subrange_die, type); in subrange_type_die()
13052 add_bound_info (subrange_die, DW_AT_lower_bound, low, NULL); in subrange_type_die()
13054 add_bound_info (subrange_die, DW_AT_upper_bound, high, NULL); in subrange_type_die()
13056 add_scalar_info (subrange_die, DW_AT_GNU_bias, bias, in subrange_type_die()
13062 return subrange_die; in subrange_type_die()
20979 add_bound_info (dw_die_ref subrange_die, enum dwarf_attribute bound_attr, in add_bound_info() argument
21016 add_scalar_info (subrange_die, bound_attr, bound, in add_bound_info()
21064 dw_die_ref subrange_die = NULL; in add_subscript_info() local
21070 subrange_die = child; in add_subscript_info()
21080 if (!subrange_die) in add_subscript_info()
21081 subrange_die = new_die (DW_TAG_subrange_type, type_die, NULL); in add_subscript_info()
21091 && !get_AT (subrange_die, DW_AT_type)) in add_subscript_info()
21102 add_type_attribute (subrange_die, TREE_TYPE (domain), in add_subscript_info()
21113 if (!get_AT (subrange_die, DW_AT_lower_bound)) in add_subscript_info()
21114 add_bound_info (subrange_die, DW_AT_lower_bound, lower, NULL); in add_subscript_info()
21115 if (!get_AT (subrange_die, DW_AT_upper_bound) in add_subscript_info()
21116 && !get_AT (subrange_die, DW_AT_count)) in add_subscript_info()
21119 add_bound_info (subrange_die, DW_AT_upper_bound, upper, NULL); in add_subscript_info()
21122 add_bound_info (subrange_die, DW_AT_count, in add_subscript_info()
21958 dw_die_ref subrange_die = new_die (DW_TAG_subrange_type, array_die, NULL); in gen_array_type_die() local
21959 add_bound_info (subrange_die, DW_AT_lower_bound, size_zero_node, NULL); in gen_array_type_die()
21960 add_bound_info (subrange_die, DW_AT_upper_bound, in gen_array_type_die()
22067 dw_die_ref subrange_die = new_die (subrange_tag, array_die, NULL); in gen_descr_array_type_die() local
22070 add_type_attribute (subrange_die, in gen_descr_array_type_die()
22074 add_bound_info (subrange_die, DW_AT_lower_bound, in gen_descr_array_type_die()
22077 add_bound_info (subrange_die, DW_AT_upper_bound, in gen_descr_array_type_die()
22080 add_scalar_info (subrange_die, DW_AT_byte_stride, in gen_descr_array_type_die()