Lines Matching refs:SectionSP
29 SBSection::SBSection(const lldb::SectionSP §ion_sp) { in SBSection()
52 SectionSP section_sp(GetSP()); in operator bool()
59 SectionSP section_sp(GetSP()); in GetName()
69 SectionSP section_sp(GetSP()); in GetParent()
71 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent()
83 SectionSP section_sp(GetSP()); in FindSubSection()
96 SectionSP section_sp(GetSP()); in GetNumSubSections()
106 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex()
112 lldb::SectionSP SBSection::GetSP() const { return m_opaque_wp.lock(); } in GetSP()
114 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP()
122 SectionSP section_sp(GetSP()); in GetFileAddress()
133 SectionSP section_sp(GetSP()); in GetLoadAddress()
143 SectionSP section_sp(GetSP()); in GetByteSize()
152 SectionSP section_sp(GetSP()); in GetFileOffset()
167 SectionSP section_sp(GetSP()); in GetFileByteSize()
183 SectionSP section_sp(GetSP()); in GetSectionData()
196 SectionSP section_sp(GetSP()); in GetSectionType()
205 SectionSP section_sp(GetSP()); in GetPermissions()
214 SectionSP section_sp(GetSP()); in GetTargetByteSize()
223 SectionSP section_sp(GetSP()); in GetAlignment()
232 SectionSP lhs_section_sp(GetSP()); in operator ==()
233 SectionSP rhs_section_sp(rhs.GetSP()); in operator ==()
242 SectionSP lhs_section_sp(GetSP()); in operator !=()
243 SectionSP rhs_section_sp(rhs.GetSP()); in operator !=()
252 SectionSP section_sp(GetSP()); in GetDescription()