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

References

tools/lldb/include/lldb/Utility/DataExtractor.h
  262   uint64_t GetByteSize() const { return m_end - m_start; }
  398   const uint8_t *GetDataEnd() const { return m_end; }
tools/lldb/source/Utility/DataExtractor.cpp
  174     : m_start(rhs.m_start), m_end(rhs.m_end), m_byte_order(rhs.m_byte_order),
  184     m_end = rhs.m_end;
  184     m_end = rhs.m_end;
  198   m_end = nullptr;
  233     m_end = nullptr;
  236     m_end = m_start + length;
  287   m_start = m_end = nullptr;
  298           m_end = m_start + data_length; // We got all the bytes we wanted
  300           m_end = m_start + bytes_left; // Not all the bytes requested were
  824   const char *end = reinterpret_cast<const char *>(m_end);
  881   const uint8_t *end = m_end;
  914   const uint8_t *end = m_end;
  955   const uint8_t *end = m_end;