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()
169 Section::Section(const lldb::SectionSP &parent_section_sp, in Section() argument183 if (parent_section_sp) in Section()184 m_parent_wp = parent_section_sp; in Section()
116 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level