Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBSection.cpp75 lldb::SBSection sb_section; in GetParent() local
81 sb_section.SetSP(parent_section_sp); in GetParent()
83 return sb_section; in GetParent()
90 lldb::SBSection sb_section; in FindSubSection() local
97 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() local
118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
119 return sb_section; in GetSubSectionAtIndex()
DSBModule.cpp440 SBSection sb_section; in GetSectionAtIndex() local
449 sb_section.SetSP(section_list->GetSectionAtIndex (idx)); in GetSectionAtIndex()
451 return sb_section; in GetSectionAtIndex()
621 SBSection sb_section; in FindSection() local
635 sb_section.SetSP (section_sp); in FindSection()
639 return sb_section; in FindSection()
DSBAddress.cpp178 lldb::SBSection sb_section; in GetSection() local
180 sb_section.SetSP (m_opaque_ap->GetSection()); in GetSection()
181 return sb_section; in GetSection()