Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp631 uint32_t encoding_index = BinarySearchCompressedSecondPage( in GetCompactUnwindInfoForFunction() local
635 if (encoding_index == UINT32_MAX || in GetCompactUnwindInfoForFunction()
636 encoding_index >= in GetCompactUnwindInfoForFunction()
641 if (encoding_index < m_unwind_header.common_encodings_array_count) { in GetCompactUnwindInfoForFunction()
643 (encoding_index * sizeof(uint32_t)); in GetCompactUnwindInfoForFunction()
648 encoding_index - m_unwind_header.common_encodings_array_count; in GetCompactUnwindInfoForFunction()