Lines Matching full:section_sp
131 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp)
135 if (section_sp)
141 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec());
144 section_sp.get(),
146 section_sp->GetName().AsCString());
151 sect_to_addr_collection::iterator sta_pos = m_sect_to_addr.find(section_sp.get());
167 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp, addr_t load_addr)
173 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec());
176 section_sp.get(),
178 section_sp->GetName().AsCString(),
183 sect_to_addr_collection::iterator sta_pos = m_sect_to_addr.find(section_sp.get());