Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h47 UNWIND_PERSONALITY_MASK = 0x30000000, enumerator
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp37 UNWIND_PERSONALITY_MASK = 0x30000000, in FLAGS_ANONYMOUS_ENUM()
583 if (unwind_info.encoding & UNWIND_PERSONALITY_MASK) { in GetCompactUnwindInfoForFunction()
585 EXTRACT_BITS(unwind_info.encoding, UNWIND_PERSONALITY_MASK); in GetCompactUnwindInfoForFunction()
667 if (unwind_info.encoding & UNWIND_PERSONALITY_MASK) { in GetCompactUnwindInfoForFunction()
669 EXTRACT_BITS(unwind_info.encoding, UNWIND_PERSONALITY_MASK); in GetCompactUnwindInfoForFunction()
/openbsd/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp409 static_cast<compact_unwind_encoding_t>(UNWIND_PERSONALITY_MASK)); in encodePersonalities()
/openbsd/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1216 uint32_t pers_idx = EXTRACT_BITS(encoding, UNWIND_PERSONALITY_MASK); in print_function_encoding()
/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp1912 uint32_t personalityIndex = (encoding & UNWIND_PERSONALITY_MASK) >> in getInfoFromCompactEncodingSection()
1913 (__builtin_ctz(UNWIND_PERSONALITY_MASK)); in getInfoFromCompactEncodingSection()