Home
last modified time | relevance | path

Searched defs:UnwindData (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DARMWinEH.h106 const support::ulittle32_t UnwindData; variable
112 const support::ulittle32_t UnwindData) in RuntimeFunction()
227 const support::ulittle32_t UnwindData; variable
233 const support::ulittle32_t UnwindData) in RuntimeFunctionARM64()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h235 struct UnwindData { struct
239 std::optional<UnwindData> m_unwind_data; argument
/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp1590 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1; in getInfoFromEHABISection() local