Lines Matching refs:GetSP
44 SectionSP section_sp(GetSP()); in IsValid()
49 SectionSP section_sp(GetSP()); in GetName()
57 SectionSP section_sp(GetSP()); 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() function in SBSection
102 SectionSP section_sp(GetSP()); in GetFileAddress()
109 TargetSP target_sp(sb_target.GetSP()); in GetLoadAddress()
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()