Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp492 Target &target, Address address, FunctionInfo &unwind_info) { in GetCompactUnwindInfoForFunction() argument
493 unwind_info.encoding = 0; in GetCompactUnwindInfoForFunction()
494 unwind_info.lsda_address.Clear(); in GetCompactUnwindInfoForFunction()
495 unwind_info.personality_ptr_address.Clear(); in GetCompactUnwindInfoForFunction()
537 unwind_info.valid_range_offset_end = next_it->function_offset; in GetCompactUnwindInfoForFunction()
565 &unwind_info.valid_range_offset_start, in GetCompactUnwindInfoForFunction()
566 &unwind_info.valid_range_offset_end); in GetCompactUnwindInfoForFunction()
571 unwind_info.encoding = m_unwindinfo_data.GetU32(&entry_offset); // encoding in GetCompactUnwindInfoForFunction()
572 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction()
579 unwind_info.lsda_address.ResolveAddressUsingFileSections( in GetCompactUnwindInfoForFunction()
[all …]
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c170 uint32_t *unwindInfo = (uint32_t *)frameInfo.unwind_info; in _Unwind_Backtrace()
231 (void *)(intptr_t) info.unwind_info); in _Unwind_Find_FDE()
232 return (void *)(intptr_t) info.unwind_info; in _Unwind_Find_FDE()
H A DUnwind-EHABI.cpp520 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1()
635 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase2()
760 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase2_forced()
H A DUnwindCursor.hpp976 decode_eht_entry(reinterpret_cast<const uint32_t *>(_info.unwind_info), in stepWithEHABI()
1024 (pint_t)_info.unwind_info, _registers, _isSignalFrame, stage2); in stepWithDwarfFDE()
1306 reinterpret_cast<tbtable *>(_info.unwind_info), in stepWithTBTableData()
1617 _info.unwind_info = exceptionTableAddr; in getInfoFromEHABISection()
1645 _info.unwind_info = fdeInfo.fdeStart; in getInfoFromFdeCie()
1963 _info.unwind_info = 0; in getInfoFromCompactEncodingSection()
1984 _info.unwind_info = reinterpret_cast<unw_word_t>(unwindEntry); in getInfoFromSEH()
2288 _info.unwind_info = reinterpret_cast<unw_word_t>(TBTable); in getInfoFromTBTable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h105 FunctionInfo &unwind_info);
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td228 def unwind_info : Flag<["--"], "unwind-info">,
230 def : Flag<["-"], "u">, Alias<unwind_info>,
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h100 unw_word_t unwind_info; /* address of DWARF unwind info, or zero */ member