Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2259 uintptr_t *ehInfo = in getInfoFromTBTable() local
2266 assert(*(reinterpret_cast<uint32_t *>(ehInfo)) == 0 && in getInfoFromTBTable()
2270 ++ehInfo; in getInfoFromTBTable()
2271 lsda = *ehInfo++; in getInfoFromTBTable()
2274 handler = *ehInfo; in getInfoFromTBTable()