reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBSection.cpp
   92           section_sp->GetChildren().FindSectionByName(const_sect_name));
  103     return section_sp->GetChildren().GetSize();
  114     sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx));
tools/lldb/source/Core/Section.cpp
  476               ->GetChildren()
  489       count += (*sect_iter)->GetChildren().GetNumSections(depth - 1);
  517               child_section->GetChildren().FindSectionByName(section_dstr);
  536         sect_sp = (*sect_iter)->GetChildren().FindSectionByID(sect_id);
  553       sect_sp = m_sections[idx]->GetChildren().FindSectionByType(
  575         sect_sp = sect->GetChildren().FindSectionContainingFileAddress(
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  239         updateSectionLoadAddress(section_sp->GetChildren(), target,
  248         section_sp->GetChildren().Slide(-slide_amount, false);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1856                 text_segment_sp->GetChildren().FindSectionByName(
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1835     (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1698             segment->GetChildren().Slide(-slide_amount, false);
 1770       segment_sp->GetChildren().AddSection(section_sp);
 1784             segment_sp->GetChildren().FindSectionByID(sect_uid));
 1788               segment_sp->GetChildren().FindSectionByID(sect_uid + 1);
 2384     eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName(
tools/lldb/source/Symbol/Symtab.cpp
  837       SectionList &child_sectlist = sect_sp->GetChildren();
tools/lldb/tools/lldb-test/lldb-test.cpp
  853       dumpSectionList(Printer, S->GetChildren(), true);