Home
last modified time | relevance | path

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

/external/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.cpp419 SBSection sb_section; in GetSectionAtIndex() local
428 sb_section.SetSP(section_list->GetSectionAtIndex (idx)); in GetSectionAtIndex()
430 return sb_section; in GetSectionAtIndex()
583 SBSection sb_section; in FindSection() local
597 sb_section.SetSP (section_sp); in FindSection()
601 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()
/external/lldb/test/python_api/default-constructor/
DTestDefaultConstructorForAPIObjects.py243 import sb_section
244 sb_section.fuzz_obj(obj)