reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/Value.h
  168   const Scalar &GetScalar() const { return m_value; }
  172   Scalar &GetScalar() { return m_value; }
  188       m_value = m_vector.GetAsScalar();
tools/lldb/source/Core/Value.cpp
   59     : m_value(v.m_value), m_vector(v.m_vector),
   64       (uintptr_t)v.m_value.ULongLong(LLDB_INVALID_ADDRESS);
   70     m_value = (uintptr_t)m_data_buffer.GetBytes();
   76     m_value = rhs.m_value;
   76     m_value = rhs.m_value;
   83         (uintptr_t)rhs.m_value.ULongLong(LLDB_INVALID_ADDRESS);
   89       m_value = (uintptr_t)m_data_buffer.GetBytes();
   98   m_value = (uintptr_t)m_data_buffer.GetBytes();
  104   m_value = (uintptr_t)m_data_buffer.GetBytes();
  108   m_value.GetValue(strm, true);
  151     const size_t scalar_size = rhs.m_value.GetByteSize();
  155         rhs.m_value.GetAsMemoryData(m_data_buffer.GetBytes() + curr_size,
  193   m_value = (uintptr_t)m_data_buffer.GetBytes();
  298     if (m_value.GetData(data))
  347     if (limit_byte_size <= m_value.GetByteSize()) {
  348       if (m_value.GetData(data, limit_byte_size))
  369             address = m_value.ULongLong(LLDB_INVALID_ADDRESS);
  382         address = m_value.ULongLong(LLDB_INVALID_ADDRESS);
  398       address = m_value.ULongLong(LLDB_INVALID_ADDRESS);
  483     address = m_value.ULongLong(LLDB_INVALID_ADDRESS);
  598       lldb::addr_t addr = m_value.ULongLong(LLDB_INVALID_ADDRESS);
  604           m_value = scalar;
  608             m_value.Clear();
  614           m_value.Clear();
  621   return m_value;
  631   m_value.Clear();