Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDSection.cpp408 if ((*sect_iter)->GetChildren().ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()
424 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()
459 sect_sp = child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()
484 sect_sp = (*sect_iter)->GetChildren().FindSectionByID (sect_id); in FindSectionByID()
506 … sect_sp = m_sections[idx]->GetChildren().FindSectionByType (sect_type, check_children, 0); in FindSectionByType()
529 sect_sp = sect->GetChildren().FindSectionContainingFileAddress(vm_addr, depth - 1); in FindSectionContainingFileAddress()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBSection.cpp97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); in FindSubSection()
108 return section_sp->GetChildren ().GetSize(); in GetNumSubSections()
118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDSection.h150 GetChildren () in GetChildren() function
156 GetChildren () const in GetChildren() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp170 …updateSectionLoadAddress(section_sp->GetChildren(), target, symbolfile_addr, symbolfile_size, vmad… in updateSectionLoadAddress()
178 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp656 section_list = &section->GetChildren (); in CalculateAbilities()