Searched refs:sb_section (Results 1 – 3 of 3) sorted by relevance
68 lldb::SBSection sb_section; in GetParent() local73 sb_section.SetSP(parent_section_sp); in GetParent()75 return sb_section; in GetParent()81 lldb::SBSection sb_section; in FindSubSection() local86 sb_section.SetSP( in FindSubSection()90 return sb_section; in FindSubSection()105 lldb::SBSection sb_section; in GetSubSectionAtIndex() local108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()109 return sb_section; in GetSubSectionAtIndex()
155 lldb::SBSection sb_section; in GetSection() local157 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection()158 return sb_section; in GetSection()
373 SBSection sb_section; in GetSectionAtIndex() local381 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()383 return sb_section; in GetSectionAtIndex()551 SBSection sb_section; in FindSection() local562 sb_section.SetSP(section_sp); in FindSection()566 return sb_section; in FindSection()