Lines Matching refs:section_sp
146 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() argument
149 if (section_sp) { in SetSectionUnloaded()
153 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded()
157 section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
161 static_cast<void *>(section_sp.get()), module_name.c_str(), in SetSectionUnloaded()
162 section_sp->GetName().AsCString()); in SetSectionUnloaded()
168 m_sect_to_addr.find(section_sp.get()); in SetSectionUnloaded()
183 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded() argument
188 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded()
191 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
198 __FUNCTION__, static_cast<void *>(section_sp.get()), in SetSectionUnloaded()
199 module_name.c_str(), section_sp->GetName().AsCString(), load_addr); in SetSectionUnloaded()
204 m_sect_to_addr.find(section_sp.get()); in SetSectionUnloaded()