Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBSection.cpp71 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent() local
72 if (parent_section_sp) in GetParent()
73 sb_section.SetSP(parent_section_sp); in GetParent()
/openbsd/src/gnu/llvm/lldb/source/Core/
DSection.cpp169 Section::Section(const lldb::SectionSP &parent_section_sp, in Section() argument
183 if (parent_section_sp) in Section()
184 m_parent_wp = parent_section_sp; in Section()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DSection.h116 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level