Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1608 uint32_t FirstDataWord = *UnwindData; in getInfoFromEHABISection() local
1609 size_t N = ((FirstDataWord >> 24) & 0xff); in getInfoFromEHABISection()