Home
last modified time | relevance | path

Searched refs:GetChildren (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp525 ->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()
H A DIOHandlerCursesGUI.cpp4510 std::vector<Row> &GetChildren() { in GetChildren() function
4542 (!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()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp87 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h140 SectionList &GetChildren() { return m_children; } in GetChildren() function
142 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp240 updateSectionLoadAddress(section_sp->GetChildren(), target, in updateSectionLoadAddress()
249 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp917 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp568 if (section_sp->GetChildren().GetSize() > 0) { in InitializeFirstCodeAddressRecursive()
569 InitializeFirstCodeAddressRecursive(section_sp->GetChildren()); in InitializeFirstCodeAddressRecursive()
611 section_list = &section->GetChildren(); in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1898 sect_sp = FindMatchingSection(sect->GetChildren(), section); in FindMatchingSection()
1982 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2475 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()