Searched refs:bit_stride (Results 1 – 5 of 5) sorted by relevance
69 array_info.bit_stride = form_value.Unsigned(); in ParseChildArrayInfo()
301 uint32_t bit_stride = 0; member
312 bit_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()1297 attrs.bit_stride = array_info->bit_stride; in ParseArrayType()1299 if (attrs.byte_stride == 0 && attrs.bit_stride == 0) in ParseArrayType()1305 attrs.byte_stride * 8 + attrs.bit_stride; in ParseArrayType()
200 uint32_t bit_stride = 0; member
303 HANDLE_DW_AT(0x2e, bit_stride, 2, DWARF)