HomeSort by relevance Sort by last modified time
    Searched refs:m_section_wp (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Core/
Address.h 103 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.reset()
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/
Address.cpp 217 m_section_wp (),
223 m_section_wp (),
234 m_section_wp = rhs.m_section_wp;
246 m_section_wp = section_sp;
    [all...]

Completed in 102 milliseconds