Home
last modified time | relevance | path

Searched refs:UnwindData (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h106 const support::ulittle32_t UnwindData; variable
113 : BeginAddress(BeginAddress), UnwindData(UnwindData) {} in RuntimeFunction()
122 return (UnwindData & ~0x3); in ExceptionInformationRVA()
129 return (UnwindData & ~0x3); in PackedUnwindData()
148 return ((UnwindData & 0x00008000) >> 15); in H()
154 return ((UnwindData & 0x00070000) >> 16); in Reg()
227 const support::ulittle32_t UnwindData; variable
234 : BeginAddress(BeginAddress), UnwindData(UnwindData) {} in RuntimeFunctionARM64()
243 return (UnwindData & ~0x3); in ExceptionInformationRVA()
250 return (UnwindData & ~0x3); in PackedUnwindData()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h225 struct UnwindData { struct
229 std::optional<UnwindData> m_unwind_data; argument
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1608 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1; in getInfoFromEHABISection() local
1609 uint32_t FirstDataWord = *UnwindData; in getInfoFromEHABISection()
1612 lsda = reinterpret_cast<uintptr_t>(UnwindData + NDataWords); in getInfoFromEHABISection()
1992 UNWIND_INFO *xdata = reinterpret_cast<UNWIND_INFO *>(base + unwindEntry->UnwindData); in getInfoFromSEH()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1157 if (!RF.UnwindData && !XDataRecord) in dumpUnpackedEntry()