Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp629 uint32_t encoding_index = BinarySearchCompressedSecondPage( in GetCompactUnwindInfoForFunction() local
633 if (encoding_index == UINT32_MAX || in GetCompactUnwindInfoForFunction()
634 encoding_index >= in GetCompactUnwindInfoForFunction()
639 if (encoding_index < m_unwind_header.common_encodings_array_count) { in GetCompactUnwindInfoForFunction()
641 (encoding_index * sizeof(uint32_t)); in GetCompactUnwindInfoForFunction()
646 encoding_index - m_unwind_header.common_encodings_array_count; in GetCompactUnwindInfoForFunction()