Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBSection.cpp75 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent() local
76 if (parent_section_sp) in GetParent()
77 sb_section.SetSP(parent_section_sp); in GetParent()
/external/llvm-project/lldb/source/Core/
DSection.cpp175 Section::Section(const lldb::SectionSP &parent_section_sp, in Section() argument
195 if (parent_section_sp) in Section()
196 m_parent_wp = parent_section_sp; in Section()
/external/llvm-project/lldb/include/lldb/Core/
DSection.h110 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level