Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSection.cpp68 lldb::SBSection sb_section; in GetParent() local
73 sb_section.SetSP(parent_section_sp); in GetParent()
75 return sb_section; in GetParent()
81 lldb::SBSection sb_section; in FindSubSection() local
86 sb_section.SetSP( in FindSubSection()
90 return sb_section; in FindSubSection()
105 lldb::SBSection sb_section; in GetSubSectionAtIndex() local
108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
109 return sb_section; in GetSubSectionAtIndex()
H A DSBAddress.cpp155 lldb::SBSection sb_section; in GetSection() local
157 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection()
158 return sb_section; in GetSection()
H A DSBModule.cpp373 SBSection sb_section; in GetSectionAtIndex() local
381 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
383 return sb_section; in GetSectionAtIndex()
551 SBSection sb_section; in FindSection() local
562 sb_section.SetSP(section_sp); in FindSection()
566 return sb_section; in FindSection()