Home
last modified time | relevance | path

Searched defs:parent_section_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp71 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp173 Section::Section(const lldb::SectionSP &parent_section_sp, in Section()