Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp350 uint32_t lsda_offset = in ScanIndex() local
354 lsda_offset > m_section_sp->GetByteSize()) { in ScanIndex()
364 this_index.lsda_array_start = lsda_offset; in ScanIndex()
367 m_indexes[m_indexes.size() - 1].lsda_array_end = lsda_offset; in ScanIndex()
382 uint32_t CompactUnwindInfo::GetLSDAForFunctionOffset(uint32_t lsda_offset, in GetLSDAForFunctionOffset() argument
390 offset_t first_entry = lsda_offset; in GetLSDAForFunctionOffset()
575 uint32_t lsda_offset = GetLSDAForFunctionOffset( in GetCompactUnwindInfoForFunction() local
580 objfile_base_address + lsda_offset, sl); in GetCompactUnwindInfoForFunction()
659 uint32_t lsda_offset = GetLSDAForFunctionOffset( in GetCompactUnwindInfoForFunction() local
664 objfile_base_address + lsda_offset, sl); in GetCompactUnwindInfoForFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h120 uint32_t GetLSDAForFunctionOffset(uint32_t lsda_offset, uint32_t lsda_count,