Searched refs:GetChildren (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Section.cpp | 408 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/ |
| HD | SBSection.cpp | 97 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/ |
| HD | Section.h | 150 GetChildren () in GetChildren() function 156 GetChildren () const in GetChildren() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| HD | JITLoaderGDB.cpp | 170 …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/ |
| HD | SymbolFileDWARF.cpp | 656 section_list = §ion->GetChildren (); in CalculateAbilities()
|