Searched refs:m_section_wp (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DAddress.h103 m_section_wp (),
118 m_section_wp (rhs.m_section_wp),
137 m_section_wp (), // Don't init with section_sp in case section_sp is invalid (the weak_ptr will throw)
141 m_section_wp = section_sp;
185 m_section_wp.reset();
449 GetSection () const { return m_section_wp.lock(); }
471 m_section_wp.reset();
497 m_section_wp = section_sp;
503 m_section_wp
541 lldb::SectionWP m_section_wp; ///< The section for the address, can be NULL. member in class:lldb_private::Address
[all...]
/external/lldb/source/Core/
H A DAddress.cpp217 m_section_wp (),
223 m_section_wp (),
234 m_section_wp = rhs.m_section_wp;
246 m_section_wp = section_sp;
1041 m_section_wp.reset();

Completed in 313 milliseconds