Lines Matching refs:section_sp
136 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() argument
139 if (section_sp) { in SetSectionUnloaded()
143 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded()
147 section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
151 static_cast<void *>(section_sp.get()), module_name.c_str(), in SetSectionUnloaded()
152 section_sp->GetName().AsCString()); in SetSectionUnloaded()
158 m_sect_to_addr.find(section_sp.get()); in SetSectionUnloaded()
173 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded() argument
178 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded()
181 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
188 __FUNCTION__, static_cast<void *>(section_sp.get()), in SetSectionUnloaded()
189 module_name.c_str(), section_sp->GetName().AsCString(), load_addr); in SetSectionUnloaded()
194 m_sect_to_addr.find(section_sp.get()); in SetSectionUnloaded()