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

References

tools/lldb/source/API/SBSection.cpp
   75     SectionSP parent_section_sp(section_sp->GetParent());
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1728               while (section_sp->GetParent())
 1729                 section_sp = section_sp->GetParent();
tools/lldb/source/Core/Section.cpp
  197   SectionSP parent_sp(GetParent());
  209   SectionSP parent_sp(GetParent());
  223   SectionSP parent_sp(GetParent());
  233   SectionSP parent_sp(GetParent());
  341   SectionSP parent_sp(GetParent());
  365   SectionSP parent_sp(GetParent());