Searched refs:sb_section (Results 1 – 4 of 4) sorted by relevance
75 lldb::SBSection sb_section; in GetParent() local81 sb_section.SetSP(parent_section_sp); in GetParent()83 return sb_section; in GetParent()90 lldb::SBSection sb_section; in FindSubSection() local97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); in FindSubSection()100 return sb_section; in FindSubSection()115 lldb::SBSection sb_section; in GetSubSectionAtIndex() local118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()119 return sb_section; in GetSubSectionAtIndex()
419 SBSection sb_section; in GetSectionAtIndex() local428 sb_section.SetSP(section_list->GetSectionAtIndex (idx)); in GetSectionAtIndex()430 return sb_section; in GetSectionAtIndex()583 SBSection sb_section; in FindSection() local597 sb_section.SetSP (section_sp); in FindSection()601 return sb_section; in FindSection()
178 lldb::SBSection sb_section; in GetSection() local180 sb_section.SetSP (m_opaque_ap->GetSection()); in GetSection()181 return sb_section; in GetSection()
243 import sb_section244 sb_section.fuzz_obj(obj)