Searched refs:GetChildren (Results 1 – 12 of 12) sorted by relevance
529 ->GetChildren() in ReplaceSection()542 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()569 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()588 sect_sp = (*sect_iter)->GetChildren().FindSectionByID(sect_id); in FindSectionByID()605 sect_sp = m_sections[idx]->GetChildren().FindSectionByType( in FindSectionByType()627 sect_sp = sect->GetChildren().FindSectionContainingFileAddress( in FindSectionContainingFileAddress()674 const SectionList &sub_sections = section->GetChildren(); in GetDebugInfoSize()
298 std::vector<Entry> &FormatEntity::Entry::GetChildren() { in GetChildren() function in FormatEntity::Entry304 auto &entries = GetChildren(); in AppendChar()312 auto &entries = GetChildren(); in AppendText()324 auto &entries = GetChildren(); in AppendEntry()
4512 std::vector<Row> &GetChildren() { in GetChildren() function4544 (!calculated_children || !GetChildren().empty())) { in DrawTree()4571 if (&GetChildren().back() == child) { in DrawTreeForChild()5853 auto &children = row.GetChildren(); in DisplayRows()5866 row_count += CalculateTotalNumberRows(row.GetChildren()); in CalculateTotalNumberRows()5878 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()
156 SectionList &GetChildren() { return m_children; } in GetChildren() function158 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
211 std::vector<Entry> &GetChildren();
240 updateSectionLoadAddress(section_sp->GetChildren(), target, in updateSectionLoadAddress()249 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
228 section_sp->GetChildren().AddSection(subsection_sp); in CreateSections()
918 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()
574 if (section_sp->GetChildren().GetSize() > 0) { in InitializeFirstCodeAddressRecursive()575 InitializeFirstCodeAddressRecursive(section_sp->GetChildren()); in InitializeFirstCodeAddressRecursive()617 section_list = §ion->GetChildren(); in CalculateAbilities()
1863 sect_sp = FindMatchingSection(sect->GetChildren(), section); in FindMatchingSection()1947 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()
2491 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()