Lines Matching refs:SectionSP
31 SBSection::SBSection(const lldb::SectionSP §ion_sp) in SBSection()
56 SectionSP section_sp(GetSP()); in operator bool()
63 SectionSP section_sp(GetSP()); in GetName()
73 SectionSP section_sp(GetSP()); in GetParent()
75 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent()
88 SectionSP section_sp(GetSP()); in FindSubSection()
101 SectionSP section_sp(GetSP()); in GetNumSubSections()
112 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex()
118 lldb::SectionSP SBSection::GetSP() const { return m_opaque_wp.lock(); } in GetSP()
120 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP()
128 SectionSP section_sp(GetSP()); in GetFileAddress()
140 SectionSP section_sp(GetSP()); in GetLoadAddress()
150 SectionSP section_sp(GetSP()); in GetByteSize()
159 SectionSP section_sp(GetSP()); in GetFileOffset()
174 SectionSP section_sp(GetSP()); in GetFileByteSize()
191 SectionSP section_sp(GetSP()); in GetSectionData()
229 SectionSP section_sp(GetSP()); in GetSectionType()
238 SectionSP section_sp(GetSP()); in GetPermissions()
247 SectionSP section_sp(GetSP()); in GetTargetByteSize()
257 SectionSP lhs_section_sp(GetSP()); in operator ==()
258 SectionSP rhs_section_sp(rhs.GetSP()); in operator ==()
268 SectionSP lhs_section_sp(GetSP()); in operator !=()
269 SectionSP rhs_section_sp(rhs.GetSP()); in operator !=()
279 SectionSP section_sp(GetSP()); in GetDescription()