Searched refs:MSVC_X86SEH (Results 1 – 6 of 6) sorted by relevance
29 MSVC_X86SEH, enumerator53 case EHPersonality::MSVC_X86SEH: in isAsynchronousEHPersonality()67 case EHPersonality::MSVC_X86SEH: in isFuncletEHPersonality()82 case EHPersonality::MSVC_X86SEH: in isScopedEHPersonality()
36 .Case("_except_handler3", EHPersonality::MSVC_X86SEH) in classifyEHPersonality()37 .Case("_except_handler4", EHPersonality::MSVC_X86SEH) in classifyEHPersonality()55 case EHPersonality::MSVC_X86SEH: return "_except_handler3"; in getEHPersonalityName()
271 Personality == EHPersonality::MSVC_X86SEH); in emitExceptionRegistrationRecord()302 } else if (Personality == EHPersonality::MSVC_X86SEH) { in emitExceptionRegistrationRecord()472 } else if (Personality == EHPersonality::MSVC_X86SEH) { in rewriteSetJmpCall()
26865 case EHPersonality::MSVC_X86SEH: return 24; in getSEHRegistrationNodeSize()
99 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()151 else if (Per == EHPersonality::MSVC_X86SEH) in endFunction()
3476 case EHPersonality::MSVC_X86SEH: in isCatchAll()