Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h91 valid_range_offset_end; // the offset of the start of the next function member
94 valid_range_offset_start(0), valid_range_offset_end(0) {} in FunctionInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp201 function_info.valid_range_offset_end != 0) { in GetUnwindPlan()
208 function_info.valid_range_offset_end - in GetUnwindPlan()
539 unwind_info.valid_range_offset_end = next_it->function_offset; in GetCompactUnwindInfoForFunction()
568 &unwind_info.valid_range_offset_end); in GetCompactUnwindInfoForFunction()
634 &unwind_info.valid_range_offset_end); in GetCompactUnwindInfoForFunction()