Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp151 : m_objfile(objfile), m_section_sp(section_sp), m_type(type) {} in DWARFCallFrameInfo()
184 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in GetAddressRange()
199 if (!m_section_sp || m_section_sp->IsEncrypted()) in GetFirstFDEEntryInRange()
354 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress(); in ParseCIE()
405 m_objfile.ReadSectionData(m_section_sp.get(), m_cfi_data); in GetCFIData()
414 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in GetFDEIndex()
499 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress(); in GetFDEIndex()
532 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in FDEToUnwindPlan()
573 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress(); in FDEToUnwindPlan()
H A DCompactUnwindInfo.cpp165 : m_objfile(objfile), m_section_sp(section_sp), in CompactUnwindInfo()
235 if (m_section_sp.get() == nullptr) in IsValid()
262 if (m_section_sp->IsEncrypted()) { in ScanIndex()
268 std::make_shared<DataBufferHeap>(m_section_sp->GetByteSize(), 0); in ScanIndex()
271 m_section_sp->GetLoadBaseAddress(&process_sp->GetTarget()), in ScanIndex()
273 m_section_sp->GetByteSize(), in ScanIndex()
274 error) == m_section_sp->GetByteSize() && in ScanIndex()
283 m_objfile.ReadSectionData(m_section_sp.get(), m_unwindinfo_data); in ScanIndex()
285 if (m_unwindinfo_data.GetByteSize() != m_section_sp->GetByteSize()) in ScanIndex()
354 if (second_level_offset > m_section_sp->GetByteSize() || in ScanIndex()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h140 lldb::SectionSP m_section_sp; variable
H A DDWARFCallFrameInfo.h147 lldb::SectionSP m_section_sp; variable