Lines Matching defs:offset_ptr
647 bool Symbol::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr,
650 if (!data.ValidOffsetForDataOfSize(*offset_ptr, 8))
652 m_uid = data.GetU32(offset_ptr);
653 m_type_data = data.GetU16(offset_ptr);
654 const uint16_t bitfields = data.GetU16(offset_ptr);
666 if (!m_mangled.Decode(data, offset_ptr, strtab))
668 if (!data.ValidOffsetForDataOfSize(*offset_ptr, 20))
670 const bool is_addr = data.GetU8(offset_ptr) != 0;
671 const uint64_t value = data.GetU64(offset_ptr);
679 m_addr_range.SetByteSize(data.GetU64(offset_ptr));
680 m_flags = data.GetU32(offset_ptr);