Searched refs:sect_sp (Results 1 – 1 of 1) sorted by relevance
370 SectionList::AddUniqueSection (const lldb::SectionSP& sect_sp) in AddUniqueSection() argument372 size_t sect_idx = FindSectionIndex (sect_sp.get()); in AddUniqueSection()375 sect_idx = AddSection (sect_sp); in AddUniqueSection()381 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) in ReplaceSection() argument388 *sect_iter = sect_sp; in ReplaceSection()393 if ((*sect_iter)->GetChildren().ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()418 SectionSP sect_sp; in GetSectionAtIndex() local420 sect_sp = m_sections[idx]; in GetSectionAtIndex()421 return sect_sp; in GetSectionAtIndex()427 SectionSP sect_sp; in FindSectionByName() local[all …]