Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDCompactUnwindInfo.h109 uint32_t personality_array_offset; member
112 …n_encodings_array_offset (0), common_encodings_array_count (0), personality_array_offset (0), pers… in UnwindHeader()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDCompactUnwindInfo.cpp286 m_unwind_header.personality_array_offset = m_unwindinfo_data.GetU32(&offset); in ScanIndex()
293 || m_unwind_header.personality_array_offset > m_unwindinfo_data.GetByteSize() in ScanIndex()
586 offset_t offset = m_unwind_header.personality_array_offset; in GetCompactUnwindInfoForFunction()
658 offset_t offset = m_unwind_header.personality_array_offset; in GetCompactUnwindInfoForFunction()