Searched refs:next_func_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp429 uint32_t next_func_offset = 0; local
432 next_func_offset = m_unwindinfo_data.GetU32(&offset); // functionOffset
435 if (mid == last || (next_func_offset > function_offset)) {
439 *entry_func_end_offset = next_func_offset;
466 uint32_t next_func_offset = 0; local
470 next_func_offset = UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(next_entry);
471 next_func_offset += function_offset_base;
474 if (mid == last || (next_func_offset > function_offset_to_find)) {
478 *entry_func_end_offset = next_func_offset;

Completed in 79 milliseconds