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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp79 SectionSP parent_section_sp (section_sp->GetParent());
80 if (parent_section_sp)
81 sb_section.SetSP(parent_section_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp56 Section::Section (const lldb::SectionSP &parent_section_sp, argument
88 // this, module_sp.get(), sect_id, file_addr, file_addr + byte_size, file_offset, file_offset + file_size, flags, parent_section_sp->GetName().GetCString(), name.GetCString());
89 if (parent_section_sp)
90 m_parent_wp = parent_section_sp;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h123 // Create a section that is a child of parent_section_sp
124 Section (const lldb::SectionSP &parent_section_sp, // NULL for top level sections, non-NULL for child sections

Completed in 102 milliseconds