Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp351 uint32_t lsda_offset = in ScanIndex() local
355 lsda_offset > m_section_sp->GetByteSize()) { in ScanIndex()
365 this_index.lsda_array_start = lsda_offset; in ScanIndex()
368 m_indexes[m_indexes.size() - 1].lsda_array_end = lsda_offset; in ScanIndex()
383 uint32_t CompactUnwindInfo::GetLSDAForFunctionOffset(uint32_t lsda_offset, in GetLSDAForFunctionOffset() argument
391 offset_t first_entry = lsda_offset; in GetLSDAForFunctionOffset()
576 uint32_t lsda_offset = GetLSDAForFunctionOffset( in GetCompactUnwindInfoForFunction() local
581 objfile_base_address + lsda_offset, sl); in GetCompactUnwindInfoForFunction()
660 uint32_t lsda_offset = GetLSDAForFunctionOffset( in GetCompactUnwindInfoForFunction() local
665 objfile_base_address + lsda_offset, sl); in GetCompactUnwindInfoForFunction()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h120 uint32_t GetLSDAForFunctionOffset(uint32_t lsda_offset, uint32_t lsda_count,