Lines Matching refs:SectionList
461 #pragma mark SectionList
463 SectionList &SectionList::operator=(const SectionList &rhs) { in operator =()
469 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection()
480 bool SectionList::DeleteSection(size_t idx) { in DeleteSection()
488 size_t SectionList::FindSectionIndex(const Section *sect) { in FindSectionIndex()
501 size_t SectionList::AddUniqueSection(const lldb::SectionSP §_sp) { in AddUniqueSection()
509 bool SectionList::ReplaceSection(user_id_t sect_id, in ReplaceSection()
527 size_t SectionList::GetNumSections(uint32_t depth) const { in GetNumSections()
538 SectionSP SectionList::GetSectionAtIndex(size_t idx) const { in GetSectionAtIndex()
546 SectionList::FindSectionByName(ConstString section_dstr) const { in FindSectionByName()
568 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID()
586 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType()
605 SectionSP SectionList::FindSectionContainingFileAddress(addr_t vm_addr, in FindSectionContainingFileAddress()
628 bool SectionList::ContainsSection(user_id_t sect_id) const { in ContainsSection()
632 void SectionList::Dump(llvm::raw_ostream &s, unsigned indent, Target *target, in Dump()
655 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { in Slide()
665 uint64_t SectionList::GetDebugInfoSize() const { in GetDebugInfoSize()
668 const SectionList &sub_sections = section->GetChildren(); in GetDebugInfoSize()