Lines Matching refs:SectionSP
169 Section::Section(const lldb::SectionSP &parent_section_sp, in Section()
190 SectionSP parent_sp(GetParent()); in GetFileAddress()
202 SectionSP parent_sp(GetParent()); in SetFileAddress()
216 SectionSP parent_sp(GetParent()); in GetOffset()
226 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress()
308 SectionSP parent_sp(GetParent()); in DumpName()
332 SectionSP parent_sp(GetParent()); in IsDescendant()
469 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection()
501 size_t SectionList::AddUniqueSection(const lldb::SectionSP §_sp) { in AddUniqueSection()
510 const lldb::SectionSP §_sp, in ReplaceSection()
538 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex()
539 SectionSP sect_sp; in GetSectionAtIndex()
545 SectionSP
547 SectionSP sect_sp; in FindSectionByName()
568 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID()
569 SectionSP sect_sp; in FindSectionByID()
586 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType()
589 SectionSP sect_sp; in FindSectionByType()
605 SectionSP SectionList::FindSectionContainingFileAddress(addr_t vm_addr, in FindSectionContainingFileAddress()
607 SectionSP sect_sp; in FindSectionContainingFileAddress()