Searched refs:parent_section_sp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
| H A D | ObjectFileJSON.cpp | 185 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 D | SBSection.cpp | 71 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 D | Section.cpp | 176 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 D | Section.h | 140 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level
|