Lines Matching refs:SectionSP
28 SBSection::SBSection(const lldb::SectionSP §ion_sp) in SBSection()
44 SectionSP section_sp(GetSP()); in IsValid()
49 SectionSP section_sp(GetSP()); in GetName()
57 SectionSP section_sp(GetSP()); in GetParent()
59 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent()
69 SectionSP section_sp(GetSP()); in FindSubSection()
80 SectionSP section_sp(GetSP()); in GetNumSubSections()
88 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex()
94 lldb::SectionSP SBSection::GetSP() const { return m_opaque_wp.lock(); } in GetSP()
96 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP()
102 SectionSP section_sp(GetSP()); in GetFileAddress()
111 SectionSP section_sp(GetSP()); in GetLoadAddress()
119 SectionSP section_sp(GetSP()); in GetByteSize()
126 SectionSP section_sp(GetSP()); in GetFileOffset()
139 SectionSP section_sp(GetSP()); in GetFileByteSize()
149 SectionSP section_sp(GetSP()); in GetSectionData()
185 SectionSP section_sp(GetSP()); in GetSectionType()
194 SectionSP section_sp(GetSP()); in GetPermissions()
201 SectionSP section_sp(GetSP()); in GetTargetByteSize()
208 SectionSP lhs_section_sp(GetSP()); in operator ==()
209 SectionSP rhs_section_sp(rhs.GetSP()); in operator ==()
216 SectionSP lhs_section_sp(GetSP()); in operator !=()
217 SectionSP rhs_section_sp(rhs.GetSP()); in operator !=()
224 SectionSP section_sp(GetSP()); in GetDescription()