Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBSection.cpp75 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent() local
/external/llvm-project/lldb/source/Core/
DSection.cpp175 Section::Section(const lldb::SectionSP &parent_section_sp, in Section()