Home | History | Annotate | Download | only in Symbol

Lines Matching full:section_sp

977                 SectionSP section_sp (m_objfile->GetSectionList()->FindSectionContainingFileAddress (entry.GetRangeBase()));
978 if (section_sp)
980 const lldb::addr_t end_section_file_addr = section_sp->GetFileAddress() + section_sp->GetByteSize();