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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h103 const support::ulittle32_t UnwindData; member in class:llvm::ARM::WinEH::RuntimeFunction
106 : BeginAddress(Data[0]), UnwindData(Data[1]) {}
109 const support::ulittle32_t UnwindData)
110 : BeginAddress(BeginAddress), UnwindData(UnwindData) {}
113 return RuntimeFunctionFlag(UnwindData & 0x3);
119 return (UnwindData & ~0x3);
126 return (UnwindData & ~0x3);
132 return (((UnwindData & 0x00001ffc) >> 2) << 1);
138 assert(((UnwindData
108 RuntimeFunction(const support::ulittle32_t BeginAddress, const support::ulittle32_t UnwindData) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h231 struct UnwindData { struct in class:lldb_private::breakpad::SymbolFileBreakpad
235 llvm::Optional<UnwindData> m_unwind_data;
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1430 // | | N | unwind opcodes | | <-- UnwindData
1443 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1; local
1444 uint32_t FirstDataWord = *UnwindData;
1447 lsda = reinterpret_cast<uintptr_t>(UnwindData + NDataWords);
1813 UNWIND_INFO *xdata = reinterpret_cast<UNWIND_INFO *>(base + unwindEntry->UnwindData);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp938 if (!RF.UnwindData && !XDataRecord)

Completed in 84 milliseconds