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()
221 SectionSP section_sp(GetSP()); in GetSectionType()
230 SectionSP section_sp(GetSP()); in GetPermissions()
239 SectionSP section_sp(GetSP()); in GetTargetByteSize()
248 SectionSP section_sp(GetSP()); in GetAlignment()
257 SectionSP lhs_section_sp(GetSP()); in operator ==()
258 SectionSP rhs_section_sp(rhs.GetSP()); in operator ==()
267 SectionSP lhs_section_sp(GetSP()); in operator !=()
268 SectionSP rhs_section_sp(rhs.GetSP()); in operator !=()
277 SectionSP section_sp(GetSP()); in GetDescription()