Searched refs:m_parent_wp (Results 1 – 4 of 4) sorted by relevance
306 m_parent_wp = parent_sp; in SetParent()320 lldb::OptionValueWP m_parent_wp;
178 lldb::SectionSP GetParent() const { return m_parent_wp.lock(); } in GetParent()243 lldb::SectionWP m_parent_wp; // Weak pointer to parent section variable
161 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()183 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()196 m_parent_wp = parent_section_sp; in Section()
555 lldb::OptionValueSP m_parent_sp(m_parent_wp.lock()); in DumpQualifiedName()