Home
last modified time | relevance | path

Searched refs:MSVC_X86SEH (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DEHPersonalities.h29 MSVC_X86SEH, enumerator
53 case EHPersonality::MSVC_X86SEH: in isAsynchronousEHPersonality()
67 case EHPersonality::MSVC_X86SEH: in isFuncletEHPersonality()
82 case EHPersonality::MSVC_X86SEH: in isScopedEHPersonality()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DEHPersonalities.cpp36 .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()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86WinEHState.cpp271 Personality == EHPersonality::MSVC_X86SEH); in emitExceptionRegistrationRecord()
302 } else if (Personality == EHPersonality::MSVC_X86SEH) { in emitExceptionRegistrationRecord()
472 } else if (Personality == EHPersonality::MSVC_X86SEH) { in rewriteSetJmpCall()
DX86ISelLowering.cpp26865 case EHPersonality::MSVC_X86SEH: return 24; in getSEHRegistrationNodeSize()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp99 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()
151 else if (Per == EHPersonality::MSVC_X86SEH) in endFunction()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3476 case EHPersonality::MSVC_X86SEH: in isCatchAll()