Lines Matching defs:form_value
46 DWARFFormValue form_value;
47 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
68 num_elements = form_value.Unsigned();
72 array_info.bit_stride = form_value.Unsigned();
76 array_info.byte_stride = form_value.Unsigned();
80 lower_bound = form_value.Unsigned();
85 upper_bound = form_value.Unsigned();
119 DWARFFormValue form_value;
121 if (attr == DW_AT_type && attributes.ExtractFormValueAtIndex(i, form_value))
122 return dwarf->ResolveTypeUID(form_value.Reference(), true);