Lines Matching refs:m_unwind_header
168 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()
310 m_unwind_header.personality_array_count = m_unwindinfo_data.GetU32(&offset); in ScanIndex()
315 if (m_unwind_header.common_encodings_array_offset > in ScanIndex()
317 m_unwind_header.personality_array_offset > in ScanIndex()
590 if (personality_index < m_unwind_header.personality_array_count) { in GetCompactUnwindInfoForFunction()
591 offset_t offset = m_unwind_header.personality_array_offset; in GetCompactUnwindInfoForFunction()
636 encodings_count + m_unwind_header.common_encodings_array_count) { 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()
647 encoding_index - m_unwind_header.common_encodings_array_count; in GetCompactUnwindInfoForFunction()
674 if (personality_index < m_unwind_header.personality_array_count) { in GetCompactUnwindInfoForFunction()
675 offset_t offset = m_unwind_header.personality_array_offset; in GetCompactUnwindInfoForFunction()