Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DSection.cpp519 ->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()
H A DIOHandlerCursesGUI.cpp4511 std::vector<Row> &GetChildren() { in GetChildren() function
4543 (!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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h132 SectionList &GetChildren() { return m_children; } in GetChildren() function
134 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp238 updateSectionLoadAddress(section_sp->GetChildren(), target, in updateSectionLoadAddress()
247 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1778 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()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp507 if (section_sp->GetChildren().GetSize() > 0) { in InitializeFirstCodeAddressRecursive()
508 InitializeFirstCodeAddressRecursive(section_sp->GetChildren()); in InitializeFirstCodeAddressRecursive()
535 section_list = &section->GetChildren(); in CalculateAbilities()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp905 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap()
/openbsd/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp973 dumpSectionList(Printer, S->GetChildren(), true); in dumpSectionList()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2344 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1903 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()