Searched refs:sb_section (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp75 lldb::SBSection sb_section; local
81 sb_section.SetSP(parent_section_sp);
83 return sb_section;
90 lldb::SBSection sb_section; local
97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name));
100 return sb_section;
115 lldb::SBSection sb_section; local
118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx));
119 return sb_section;
H A DSBAddress.cpp182 lldb::SBSection sb_section; local
184 sb_section.SetSP (m_opaque_ap->GetSection());
185 return sb_section;
H A DSBModule.cpp434 SBSection sb_section; local
443 sb_section.SetSP(section_list->GetSectionAtIndex (idx));
445 return sb_section;
627 SBSection sb_section; local
641 sb_section.SetSP (section_sp);
645 return sb_section;

Completed in 52 milliseconds