Searched refs:UNWIND_PERSONALITY_MASK (Results 1 – 4 of 4) sorted by relevance
47 UNWIND_PERSONALITY_MASK = 0x30000000, enumerator
35 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()
1783 uint32_t personalityIndex = (encoding & UNWIND_PERSONALITY_MASK) >> in getInfoFromCompactEncodingSection()1784 (__builtin_ctz(UNWIND_PERSONALITY_MASK)); in getInfoFromCompactEncodingSection()
1259 uint32_t pers_idx = EXTRACT_BITS(encoding, UNWIND_PERSONALITY_MASK); in print_function_encoding()