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

/freebsd-13-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-13-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,
1465 _info.unwind_info = exceptionTableAddr;
1526 _info.unwind_info = fdeInfo.fdeStart;
1797 _info.unwind_info = 0;
1818 _info.unwind_info = reinterpret_cast<unw_word_t>(unwindEntry);
1949 _info.unwind_info = fdeInfo.fdeStart;
1977 _info.unwind_info = fdeInfo.fdeStart;
H A DUnwind-EHABI.cpp495 (_Unwind_EHT_Header *)frameInfo.unwind_info;
608 (_Unwind_EHT_Header *)frameInfo.unwind_info;
/freebsd-13-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-13-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

Completed in 133 milliseconds