Searched refs:packed_type (Results 1 – 3 of 3) sorted by relevance
334 Reference(const uint8_t *data, uint8_t parent_width, uint8_t packed_type) in Reference() argument336 byte_width_ = 1U << static_cast<BitWidth>(packed_type & 3); in Reference()337 type_ = static_cast<Type>(packed_type >> 2); in Reference()646 auto packed_type = (data_ + len * byte_width_)[i]; variable648 return Reference(elem, byte_width_, packed_type);698 auto packed_type = *--end; in GetRoot() local700 return Reference(end, byte_width, packed_type); in GetRoot()
84 HANDLE_DW_TAG(0x002d, packed_type)
592 DWARF_ONE_KNOWN_DW_TAG (packed_type, DW_TAG_packed_type) \