Searched refs:byte_stride (Results 1 – 6 of 6) sorted by relevance
76 array_info.byte_stride = form_value.Unsigned(); in ParseChildArrayInfo()
413 byte_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()1469 uint32_t byte_stride = attrs.byte_stride; in ParseArrayType() local1472 byte_stride = array_info->byte_stride; in ParseArrayType()1475 if (byte_stride == 0 && bit_stride == 0) in ParseArrayType()1476 byte_stride = llvm::expectedToOptional(element_type->GetByteSize(nullptr)) in ParseArrayType()1481 uint64_t array_element_bit_stride = byte_stride * 8 + bit_stride; in ParseArrayType()
580 uint32_t byte_stride = 0; member
4108 int byte_stride = 16; in ixl_sbuf_print_bytes() local4109 int lines = length / byte_stride; in ixl_sbuf_print_bytes()4110 int rem = length % byte_stride; in ixl_sbuf_print_bytes()4116 ? rem : byte_stride; in ixl_sbuf_print_bytes()4118 sbuf_printf(sb, "%4d | ", label_offset + i * byte_stride); in ixl_sbuf_print_bytes()4121 sbuf_printf(sb, "%02x ", buf[i * byte_stride + j]); in ixl_sbuf_print_bytes()4123 if (width < byte_stride) { in ixl_sbuf_print_bytes()4124 for (k = 0; k < (byte_stride - width); k++) in ixl_sbuf_print_bytes()4134 c = (char)buf[i * byte_stride + j]; in ixl_sbuf_print_bytes()
223 uint32_t byte_stride = 0; member
356 HANDLE_DW_AT(0x51, byte_stride, 3, DWARF)