Searched refs:MSVC_X86SEH (Results 1 – 6 of 6) sorted by relevance
30 MSVC_X86SEH, enumerator53 case EHPersonality::MSVC_X86SEH: in isAsynchronousEHPersonality()67 case EHPersonality::MSVC_X86SEH: in isFuncletEHPersonality()82 case EHPersonality::MSVC_X86SEH: in isScopedEHPersonality()
35 .Case("_except_handler3", EHPersonality::MSVC_X86SEH) in classifyEHPersonality()36 .Case("_except_handler4", EHPersonality::MSVC_X86SEH) in classifyEHPersonality()53 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()474 } else if (Personality == EHPersonality::MSVC_X86SEH) { in rewriteSetJmpCallSite()
23533 case EHPersonality::MSVC_X86SEH: return 24; in getSEHRegistrationNodeSize()
95 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()155 else if (Per == EHPersonality::MSVC_X86SEH) in endFunction()
2838 case EHPersonality::MSVC_X86SEH: in isCatchAll()