Lines Matching refs:section_sp
135 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() argument
138 if (section_sp) { in SetSectionUnloaded()
142 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded()
146 section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
150 static_cast<void *>(section_sp.get()), module_name.c_str(), in SetSectionUnloaded()
151 section_sp->GetName().AsCString()); in SetSectionUnloaded()
157 m_sect_to_addr.find(section_sp.get()); in SetSectionUnloaded()
172 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded() argument
177 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded()
180 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
187 __FUNCTION__, static_cast<void *>(section_sp.get()), in SetSectionUnloaded()
188 module_name.c_str(), section_sp->GetName().AsCString(), load_addr); in SetSectionUnloaded()
193 m_sect_to_addr.find(section_sp.get()); in SetSectionUnloaded()