Searched refs:GetChildren (Results 1 – 11 of 11) sorted by relevance
519 ->GetChildren() in ReplaceSection()532 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()560 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()579 sect_sp = (*sect_iter)->GetChildren().FindSectionByID(sect_id); in FindSectionByID()596 sect_sp = m_sections[idx]->GetChildren().FindSectionByType( in FindSectionByType()618 sect_sp = sect->GetChildren().FindSectionContainingFileAddress( in FindSectionContainingFileAddress()668 const SectionList &sub_sections = section->GetChildren(); in GetDebugInfoSize()
4511 std::vector<Row> &GetChildren() { in GetChildren() function4543 (!calculated_children || !GetChildren().empty())) { in DrawTree()4570 if (&GetChildren().back() == child) { in DrawTreeForChild()5831 auto &children = row.GetChildren(); in DisplayRows()5844 row_count += CalculateTotalNumberRows(row.GetChildren()); in CalculateTotalNumberRows()5856 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()
132 SectionList &GetChildren() { return m_children; } in GetChildren() function134 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
238 updateSectionLoadAddress(section_sp->GetChildren(), target, in updateSectionLoadAddress()247 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
1778 segment->GetChildren().Slide(-slide_amount, false); in ProcessSegmentCommand()1850 segment_sp->GetChildren().AddSection(section_sp); in ProcessSegmentCommand()1864 segment_sp->GetChildren().FindSectionByID(sect_uid)); in ProcessSegmentCommand()1868 segment_sp->GetChildren().FindSectionByID(sect_uid + 1); in ProcessSegmentCommand()2524 eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName( in ParseSymtab()
507 if (section_sp->GetChildren().GetSize() > 0) { in InitializeFirstCodeAddressRecursive()508 InitializeFirstCodeAddressRecursive(section_sp->GetChildren()); in InitializeFirstCodeAddressRecursive()535 section_list = §ion->GetChildren(); in CalculateAbilities()
905 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()
973 dumpSectionList(Printer, S->GetChildren(), true); in dumpSectionList()
2344 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()
1903 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()