Lines Matching refs:GetSP
52 SectionSP section_sp(GetSP()); in operator bool()
59 SectionSP section_sp(GetSP()); in GetName()
69 SectionSP section_sp(GetSP()); 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() function in SBSection
122 SectionSP section_sp(GetSP()); in GetFileAddress()
131 TargetSP target_sp(sb_target.GetSP()); in GetLoadAddress()
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()