Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h108 BinarySearchRegularSecondPage(uint32_t entry_page_offset,
113 uint32_t BinarySearchCompressedSecondPage(uint32_t entry_page_offset,
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp412 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage() argument
419 offset_t first_entry = entry_page_offset; in BinarySearchRegularSecondPage()
452 uint32_t entry_page_offset, uint32_t entry_count, in BinarySearchCompressedSecondPage() argument
455 offset_t first_entry = entry_page_offset; in BinarySearchCompressedSecondPage()
559 uint16_t entry_page_offset = in GetCompactUnwindInfoForFunction() local
564 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
621 uint16_t entry_page_offset = in GetCompactUnwindInfoForFunction() local
630 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()