Lines Matching refs:SectionSP
173 Section::Section(const lldb::SectionSP &parent_section_sp, in Section()
194 SectionSP parent_sp(GetParent()); in GetFileAddress()
206 SectionSP parent_sp(GetParent()); in SetFileAddress()
220 SectionSP parent_sp(GetParent()); in GetOffset()
230 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress()
312 SectionSP parent_sp(GetParent()); in DumpName()
336 SectionSP parent_sp(GetParent()); in IsDescendant()
475 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection()
507 size_t SectionList::AddUniqueSection(const lldb::SectionSP §_sp) { in AddUniqueSection()
516 const lldb::SectionSP §_sp, in ReplaceSection()
544 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex()
545 SectionSP sect_sp; in GetSectionAtIndex()
551 SectionSP
553 SectionSP sect_sp; in FindSectionByName()
574 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID()
575 SectionSP sect_sp; in FindSectionByID()
592 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType()
595 SectionSP sect_sp; in FindSectionByType()
611 SectionSP SectionList::FindSectionContainingFileAddress(addr_t vm_addr, in FindSectionContainingFileAddress()
613 SectionSP sect_sp; in FindSectionContainingFileAddress()