Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
549 SBSection sb_section; in FindSection() local
560 sb_section.SetSP(section_sp); in FindSection()
564 return sb_section; in FindSection()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A DTestDefaultConstructorForAPIObjects.py249 import sb_section
250 sb_section.fuzz_obj(obj)