Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp398 uint32_t mid_func_offset = in GetLSDAForFunctionOffset() local
401 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()
404 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()
429 uint32_t mid_func_offset = in BinarySearchRegularSecondPage() local
436 if (mid_func_offset <= function_offset) { in BinarySearchRegularSecondPage()
439 *entry_func_start_offset = mid_func_offset; in BinarySearchRegularSecondPage()
466 uint32_t mid_func_offset = UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(entry); in BinarySearchCompressedSecondPage() local
467 mid_func_offset += function_offset_base; in BinarySearchCompressedSecondPage()
475 if (mid_func_offset <= function_offset_to_find) { in BinarySearchCompressedSecondPage()
478 *entry_func_start_offset = mid_func_offset; in BinarySearchCompressedSecondPage()