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

Declarations

tools/lldb/include/lldb/API/SBSection.h
   94   void SetSP(const lldb::SectionSP &section_sp);

References

tools/lldb/source/API/SBAddress.cpp
  172     sb_section.SetSP(m_opaque_up->GetSection());
tools/lldb/source/API/SBModule.cpp
  388       sb_section.SetSP(section_list->GetSectionAtIndex(idx));
  580         sb_section.SetSP(section_sp);
tools/lldb/source/API/SBSection.cpp
   77       sb_section.SetSP(parent_section_sp);
   91       sb_section.SetSP(
  114     sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx));