Searched refs:sb_section (Results 1 – 3 of 3) sorted by relevance
56 lldb::SBSection sb_section; in GetParent() local61 sb_section.SetSP(parent_section_sp); in GetParent()63 return sb_section; in GetParent()67 lldb::SBSection sb_section; in FindSubSection() local72 sb_section.SetSP( in FindSubSection()76 return sb_section; in FindSubSection()87 lldb::SBSection sb_section; in GetSubSectionAtIndex() local90 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()91 return sb_section; in GetSubSectionAtIndex()
142 lldb::SBSection sb_section; in GetSection() local144 sb_section.SetSP(m_opaque_ap->GetSection()); in GetSection()145 return sb_section; in GetSection()
347 SBSection sb_section; in GetSectionAtIndex() local355 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()357 return sb_section; in GetSectionAtIndex()501 SBSection sb_section; in FindSection() local512 sb_section.SetSP(section_sp); in FindSection()516 return sb_section; in FindSection()