Searched refs:parent_section_sp (Results 1 – 3 of 3) sorted by relevance
71 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent() local72 if (parent_section_sp) in GetParent()73 sb_section.SetSP(parent_section_sp); in GetParent()
173 Section::Section(const lldb::SectionSP &parent_section_sp, in Section() argument187 if (parent_section_sp) in Section()188 m_parent_wp = parent_section_sp; in Section()
124 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level