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

References

tools/lldb/include/lldb/Core/Address.h
  118       : m_section_wp(rhs.m_section_wp), m_offset(rhs.m_offset) {}
  135       m_section_wp = section_sp;
  169     m_section_wp.reset();
  406   lldb::SectionSP GetSection() const { return m_section_wp.lock(); }
  422     m_section_wp.reset();
  441     m_section_wp = section_sp;
  444   void ClearSection() { m_section_wp.reset(); }
tools/lldb/source/Core/Address.cpp
  241     m_section_wp = rhs.m_section_wp;
  241     m_section_wp = rhs.m_section_wp;
  252     m_section_wp = section_sp;
  791   return empty_section_wp.owner_before(m_section_wp) ||
  792          m_section_wp.owner_before(empty_section_wp);
 1016   m_section_wp.reset();