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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h47 UNWIND_PERSONALITY_MASK = 0x30000000, enumerator in enum:__anon3734
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp35 UNWIND_PERSONALITY_MASK = 0x30000000,
583 if (unwind_info.encoding & UNWIND_PERSONALITY_MASK) {
585 EXTRACT_BITS(unwind_info.encoding, UNWIND_PERSONALITY_MASK);
667 if (unwind_info.encoding & UNWIND_PERSONALITY_MASK) {
669 EXTRACT_BITS(unwind_info.encoding, UNWIND_PERSONALITY_MASK);
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1751 uint32_t personalityIndex = (encoding & UNWIND_PERSONALITY_MASK) >>
1752 (__builtin_ctz(UNWIND_PERSONALITY_MASK));
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1259 uint32_t pers_idx = EXTRACT_BITS(encoding, UNWIND_PERSONALITY_MASK);

Completed in 72 milliseconds