Searched defs:parent_section_sp (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ |
H A D | SBSection.cpp | 71 SectionSP parent_section_sp(section_sp->GetParent()); in GetParent() local
|
/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 173 Section(const lldb::SectionSP & parent_section_sp,const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument
|