Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp185 SectionSP parent_section_sp = in CreateSections()
199 if (parent_section_sp) { in CreateSections()
201 parent_section_sp, GetModule(), this, sect_id, name, sect_type, in CreateSections()
202 vm_addr - parent_section_sp->GetFileAddress(), vm_size, file_offset, in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/API/
H A 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()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp176 Section::Section(const lldb::SectionSP &parent_section_sp, in Section() argument
190 if (parent_section_sp) in Section()
191 m_parent_wp = parent_section_sp; in Section()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h140 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level