Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp152 : m_objfile(objfile), m_section_sp(section_sp), m_type(type) {} in DWARFCallFrameInfo()
185 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in GetAddressRange()
200 if (!m_section_sp || m_section_sp->IsEncrypted()) in GetFirstFDEEntryInRange()
355 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress(); in ParseCIE()
406 m_objfile.ReadSectionData(m_section_sp.get(), m_cfi_data); in GetCFIData()
415 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.cpp164 : m_objfile(objfile), m_section_sp(section_sp), in CompactUnwindInfo()
234 if (m_section_sp.get() == nullptr) in IsValid()
261 if (m_section_sp->IsEncrypted()) { in ScanIndex()
267 std::make_shared<DataBufferHeap>(m_section_sp->GetByteSize(), 0); in ScanIndex()
270 m_section_sp->GetLoadBaseAddress(&process_sp->GetTarget()), in ScanIndex()
272 m_section_sp->GetByteSize(), in ScanIndex()
273 error) == m_section_sp->GetByteSize() && in ScanIndex()
282 m_objfile.ReadSectionData(m_section_sp.get(), m_unwindinfo_data); in ScanIndex()
284 if (m_unwindinfo_data.GetByteSize() != m_section_sp->GetByteSize()) in ScanIndex()
353 if (second_level_offset > m_section_sp->GetByteSize() || in ScanIndex()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h140 lldb::SectionSP m_section_sp; variable
H A DDWARFCallFrameInfo.h148 lldb::SectionSP m_section_sp; variable