Home
last modified time | relevance | path

Searched refs:m_section_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp33 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()
/external/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h129 lldb::SectionSP m_section_sp; variable