Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Support/
DARMWinEH.h106 const support::ulittle32_t UnwindData; variable
112 const support::ulittle32_t UnwindData) in RuntimeFunction()
226 const support::ulittle32_t UnwindData; variable
232 const support::ulittle32_t UnwindData) in RuntimeFunctionARM64()
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.h231 struct UnwindData { struct
235 llvm::Optional<UnwindData> m_unwind_data; argument
/external/llvm/include/llvm/Support/
DARMWinEH.h104 const support::ulittle32_t UnwindData; variable
110 const support::ulittle32_t UnwindData) in RuntimeFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMWinEH.h103 const support::ulittle32_t UnwindData; variable
109 const support::ulittle32_t UnwindData) in RuntimeFunction()
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp1463 uint32_t *UnwindData = reinterpret_cast<uint32_t*>(exceptionTableAddr) + 1; in getInfoFromEHABISection() local