Lines Matching refs:SectionSP
175 Section::Section(const lldb::SectionSP &parent_section_sp, in Section()
204 SectionSP parent_sp(GetParent()); in GetFileAddress()
216 SectionSP parent_sp(GetParent()); in SetFileAddress()
230 SectionSP parent_sp(GetParent()); in GetOffset()
240 SectionSP parent_sp(GetParent()); in GetLoadBaseAddress()
322 SectionSP parent_sp(GetParent()); in DumpName()
346 SectionSP parent_sp(GetParent()); in IsDescendant()
407 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection()
439 size_t SectionList::AddUniqueSection(const lldb::SectionSP §_sp) { in AddUniqueSection()
448 const lldb::SectionSP §_sp, in ReplaceSection()
476 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex()
477 SectionSP sect_sp; in GetSectionAtIndex()
483 SectionSP
485 SectionSP sect_sp; in FindSectionByName()
506 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID()
507 SectionSP sect_sp; in FindSectionByID()
524 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType()
527 SectionSP sect_sp; in FindSectionByType()
543 SectionSP SectionList::FindSectionContainingFileAddress(addr_t vm_addr, in FindSectionContainingFileAddress()
545 SectionSP sect_sp; in FindSectionContainingFileAddress()