Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h108 BinarySearchRegularSecondPage(uint32_t entry_page_offset,
113 uint32_t BinarySearchCompressedSecondPage(uint32_t entry_page_offset,
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp413 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage() argument
420 offset_t first_entry = entry_page_offset; in BinarySearchRegularSecondPage()
453 uint32_t entry_page_offset, uint32_t entry_count, in BinarySearchCompressedSecondPage() argument
456 offset_t first_entry = entry_page_offset; in BinarySearchCompressedSecondPage()
560 uint16_t entry_page_offset = in GetCompactUnwindInfoForFunction() local
565 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
622 uint16_t entry_page_offset = in GetCompactUnwindInfoForFunction() local
631 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()