Searched refs:UNWIND_PERSONALITY_MASK (Results 1 – 5 of 5) sorted by relevance
47 UNWIND_PERSONALITY_MASK = 0x30000000, enumerator
37 UNWIND_PERSONALITY_MASK = 0x30000000, in FLAGS_ANONYMOUS_ENUM()584 if (unwind_info.encoding & UNWIND_PERSONALITY_MASK) { in GetCompactUnwindInfoForFunction()586 EXTRACT_BITS(unwind_info.encoding, UNWIND_PERSONALITY_MASK); in GetCompactUnwindInfoForFunction()668 if (unwind_info.encoding & UNWIND_PERSONALITY_MASK) { in GetCompactUnwindInfoForFunction()670 EXTRACT_BITS(unwind_info.encoding, UNWIND_PERSONALITY_MASK); in GetCompactUnwindInfoForFunction()
409 static_cast<compact_unwind_encoding_t>(UNWIND_PERSONALITY_MASK)); in encodePersonalities()
1216 uint32_t pers_idx = EXTRACT_BITS(encoding, UNWIND_PERSONALITY_MASK); in print_function_encoding()
1896 uint32_t personalityIndex = (encoding & UNWIND_PERSONALITY_MASK) >> in getInfoFromCompactEncodingSection()1897 (__builtin_ctz(UNWIND_PERSONALITY_MASK)); in getInfoFromCompactEncodingSection()