Lines Matching refs:GetBytes
67 m_value = (uintptr_t)m_data_buffer.GetBytes(); in Value()
79 … if ((uintptr_t)v.m_value.ULongLong(LLDB_INVALID_ADDRESS) == (uintptr_t)v.m_data_buffer.GetBytes()) in Value()
81 m_data_buffer.CopyData(v.m_data_buffer.GetBytes(), in Value()
84 m_value = (uintptr_t)m_data_buffer.GetBytes(); in Value()
99 …((uintptr_t)rhs.m_value.ULongLong(LLDB_INVALID_ADDRESS) == (uintptr_t)rhs.m_data_buffer.GetBytes()) in operator =()
101 m_data_buffer.CopyData(rhs.m_data_buffer.GetBytes(), in operator =()
104 m_value = (uintptr_t)m_data_buffer.GetBytes(); in operator =()
162 m_value = (uintptr_t)m_data_buffer.GetBytes(); in ResizeData()
308 … data.SetData(m_data_buffer.GetBytes(), m_data_buffer.GetByteSize(), data.GetByteOrder()); in GetData()
651 if ((uintptr_t)addr != (uintptr_t)m_data_buffer.GetBytes()) in ResolveValue()
660 if ((uintptr_t)addr != (uintptr_t)m_data_buffer.GetBytes()) in ResolveValue()