Searched refs:sb_section (Results 1 – 3 of 3) sorted by relevance
72 lldb::SBSection sb_section; in GetParent() local77 sb_section.SetSP(parent_section_sp); in GetParent()79 return LLDB_RECORD_RESULT(sb_section); in GetParent()86 lldb::SBSection sb_section; in FindSubSection() local91 sb_section.SetSP( in FindSubSection()95 return LLDB_RECORD_RESULT(sb_section); in FindSubSection()111 lldb::SBSection sb_section; in GetSubSectionAtIndex() local114 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()115 return LLDB_RECORD_RESULT(sb_section); in GetSubSectionAtIndex()
162 lldb::SBSection sb_section; in GetSection() local164 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection()165 return LLDB_RECORD_RESULT(sb_section); in GetSection()
379 SBSection sb_section; in GetSectionAtIndex() local387 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()389 return LLDB_RECORD_RESULT(sb_section); in GetSectionAtIndex()564 SBSection sb_section; in FindSection() local575 sb_section.SetSP(section_sp); in FindSection()579 return LLDB_RECORD_RESULT(sb_section); in FindSection()