Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp397 uint32_t mid_func_offset = in GetLSDAForFunctionOffset() local
400 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()
403 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()
428 uint32_t mid_func_offset = in BinarySearchRegularSecondPage() local
435 if (mid_func_offset <= function_offset) { in BinarySearchRegularSecondPage()
438 *entry_func_start_offset = mid_func_offset; in BinarySearchRegularSecondPage()
465 uint32_t mid_func_offset = UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(entry); in BinarySearchCompressedSecondPage() local
466 mid_func_offset += function_offset_base; in BinarySearchCompressedSecondPage()
474 if (mid_func_offset <= function_offset_to_find) { in BinarySearchCompressedSecondPage()
477 *entry_func_start_offset = mid_func_offset; in BinarySearchCompressedSecondPage()