Searched refs:GetChildren (Results 1 – 9 of 9) sorted by relevance
525 ->GetChildren() in ReplaceSection()538 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()566 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()585 sect_sp = (*sect_iter)->GetChildren().FindSectionByID(sect_id); in FindSectionByID()602 sect_sp = m_sections[idx]->GetChildren().FindSectionByType( in FindSectionByType()624 sect_sp = sect->GetChildren().FindSectionContainingFileAddress( in FindSectionContainingFileAddress()672 const SectionList &sub_sections = section->GetChildren(); in GetDebugInfoSize()
4510 std::vector<Row> &GetChildren() { in GetChildren() function4542 (!calculated_children || !GetChildren().empty())) { in DrawTree()4569 if (&GetChildren().back() == child) { in DrawTreeForChild()5851 auto &children = row.GetChildren(); in DisplayRows()5864 row_count += CalculateTotalNumberRows(row.GetChildren()); in CalculateTotalNumberRows()5876 auto &children = row.GetChildren(); in GetRowForRowIndexImpl()
87 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()98 return section_sp->GetChildren().GetSize(); in GetNumSubSections()108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
140 SectionList &GetChildren() { return m_children; } in GetChildren() function142 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
240 updateSectionLoadAddress(section_sp->GetChildren(), target, in updateSectionLoadAddress() 249 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
917 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()
568 if (section_sp->GetChildren().GetSize() > 0) { in InitializeFirstCodeAddressRecursive()569 InitializeFirstCodeAddressRecursive(section_sp->GetChildren()); in InitializeFirstCodeAddressRecursive()611 section_list = §ion->GetChildren(); in CalculateAbilities()
1898 sect_sp = FindMatchingSection(sect->GetChildren(), section); in FindMatchingSection()1982 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()
2475 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()