Searched refs:m_section_sp (Results 1 – 2 of 2) sorted by relevance
33 m_section_sp (section_sp), in DWARFCallFrameInfo()76 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in GetAddressRange()90 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in GetFDEEntryByFileAddress()310 m_objfile.ReadSectionData (m_section_sp.get(), m_cfi_data); in GetCFIData()321 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in GetFDEIndex()355 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress(); in GetFDEIndex()384 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in FDEToUnwindPlan()420 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress(); in FDEToUnwindPlan()
129 lldb::SectionSP m_section_sp; variable