Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp72 lldb::SBSection sb_section; in GetParent() local
77 sb_section.SetSP(parent_section_sp); in GetParent()
79 return LLDB_RECORD_RESULT(sb_section); in GetParent()
86 lldb::SBSection sb_section; in FindSubSection() local
91 sb_section.SetSP( in FindSubSection()
95 return LLDB_RECORD_RESULT(sb_section); in FindSubSection()
111 lldb::SBSection sb_section; in GetSubSectionAtIndex() local
114 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
115 return LLDB_RECORD_RESULT(sb_section); in GetSubSectionAtIndex()
H A DSBAddress.cpp162 lldb::SBSection sb_section; in GetSection() local
164 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection()
165 return LLDB_RECORD_RESULT(sb_section); in GetSection()
H A DSBModule.cpp379 SBSection sb_section; in GetSectionAtIndex() local
387 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
389 return LLDB_RECORD_RESULT(sb_section); in GetSectionAtIndex()
564 SBSection sb_section; in FindSection() local
575 sb_section.SetSP(section_sp); in FindSection()
579 return LLDB_RECORD_RESULT(sb_section); in FindSection()