Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp630 uint32_t encoding_index = BinarySearchCompressedSecondPage( in GetCompactUnwindInfoForFunction() local
634 if (encoding_index == UINT32_MAX || in GetCompactUnwindInfoForFunction()
635 encoding_index >= in GetCompactUnwindInfoForFunction()
640 if (encoding_index < m_unwind_header.common_encodings_array_count) { in GetCompactUnwindInfoForFunction()
642 (encoding_index * sizeof(uint32_t)); in GetCompactUnwindInfoForFunction()
647 encoding_index - m_unwind_header.common_encodings_array_count; in GetCompactUnwindInfoForFunction()