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