Home
last modified time | relevance | path

Searched refs:element_byte_size (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Symbol/
DClangASTType.cpp5692 uint64_t element_byte_size = field_type_info.first / 8; in DumpValue() local
5693 uint32_t element_stride = element_byte_size; in DumpValue()
5698 …data.Dump(s, data_byte_offset, lldb::eFormatChar, element_byte_size, element_count, UINT32_MAX, LL… in DumpValue()
5729element_byte_size, // Size of this type in bytes in DumpValue()