Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp56 lldb::SBSection sb_section; in GetParent() local
61 sb_section.SetSP(parent_section_sp); in GetParent()
63 return sb_section; in GetParent()
67 lldb::SBSection sb_section; in FindSubSection() local
72 sb_section.SetSP( in FindSubSection()
76 return sb_section; in FindSubSection()
87 lldb::SBSection sb_section; in GetSubSectionAtIndex() local
90 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
91 return sb_section; in GetSubSectionAtIndex()
H A DSBAddress.cpp142 lldb::SBSection sb_section; in GetSection() local
144 sb_section.SetSP(m_opaque_ap->GetSection()); in GetSection()
145 return sb_section; in GetSection()
H A DSBModule.cpp347 SBSection sb_section; in GetSectionAtIndex() local
355 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
357 return sb_section; in GetSectionAtIndex()
501 SBSection sb_section; in FindSection() local
512 sb_section.SetSP(section_sp); in FindSection()
516 return sb_section; in FindSection()