Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h115 BinarySearchRegularSecondPage(uint32_t entry_page_offset,
120 uint32_t BinarySearchCompressedSecondPage(uint32_t entry_page_offset,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp414 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage() argument
421 offset_t first_entry = entry_page_offset; in BinarySearchRegularSecondPage()
454 uint32_t entry_page_offset, uint32_t entry_count, in BinarySearchCompressedSecondPage() argument
457 offset_t first_entry = entry_page_offset; in BinarySearchCompressedSecondPage()
561 uint16_t entry_page_offset = in GetCompactUnwindInfoForFunction() local
566 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
623 uint16_t entry_page_offset = in GetCompactUnwindInfoForFunction() local
632 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()