Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp168 m_unwindinfo_data_computed(false), m_unwind_header() {} in CompactUnwindInfo()
303 m_unwind_header.version = m_unwindinfo_data.GetU32(&offset); in ScanIndex()
304 m_unwind_header.common_encodings_array_offset = in ScanIndex()
306 m_unwind_header.common_encodings_array_count = in ScanIndex()
308 m_unwind_header.personality_array_offset = in ScanIndex()
315 if (m_unwind_header.common_encodings_array_offset > in ScanIndex()
317 m_unwind_header.personality_array_offset > in ScanIndex()
591 offset_t offset = m_unwind_header.personality_array_offset; in GetCompactUnwindInfoForFunction()
640 if (encoding_index < m_unwind_header.common_encodings_array_count) { in GetCompactUnwindInfoForFunction()
641 offset = m_unwind_header.common_encodings_array_offset + in GetCompactUnwindInfoForFunction()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h158 UnwindHeader m_unwind_header; variable