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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp492 Target &target, Address address, FunctionInfo &unwind_info) {
493 unwind_info.encoding = 0;
494 unwind_info.lsda_address.Clear();
495 unwind_info.personality_ptr_address.Clear();
537 unwind_info.valid_range_offset_end = next_it->function_offset;
565 &unwind_info.valid_range_offset_start,
566 &unwind_info.valid_range_offset_end);
571 unwind_info.encoding = m_unwindinfo_data.GetU32(&entry_offset); // encoding
572 if (unwind_info.encoding & UNWIND_HAS_LSDA) {
579 unwind_info
491 GetCompactUnwindInfoForFunction( Target &target, Address address, FunctionInfo &unwind_info) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c145 const uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info;
206 (void *)(intptr_t) info.unwind_info);
207 return (void *)(intptr_t) info.unwind_info;
H A DUnwindCursor.hpp916 decode_eht_entry(reinterpret_cast<const uint32_t *>(_info.unwind_info),
931 (pint_t)_info.unwind_info,
1453 _info.unwind_info = exceptionTableAddr;
1514 _info.unwind_info = fdeInfo.fdeStart;
1785 _info.unwind_info = 0;
1806 _info.unwind_info = reinterpret_cast<unw_word_t>(unwindEntry);
1931 _info.unwind_info = fdeInfo.fdeStart;
1959 _info.unwind_info = fdeInfo.fdeStart;
H A DUnwind-EHABI.cpp493 (_Unwind_EHT_Header *)frameInfo.unwind_info;
606 (_Unwind_EHT_Header *)frameInfo.unwind_info;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h55 uint32_t second_level; // The offset (inside unwind_info sect) to the second
58 uint32_t lsda_array_start; // The offset (inside unwind_info sect) LSDA
110 FunctionInfo &unwind_info);
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h94 unw_word_t unwind_info; /* address of DWARF unwind info, or zero */ member in struct:unw_proc_info_t
/freebsd-12-stable/contrib/gdb/gdb/
H A Dpa64solib.c286 obj_private->unwind_info = NULL;
H A Dsomsolib.c315 obj_private->unwind_info = NULL;

Completed in 204 milliseconds