Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DEHPersonalities.h28 MSVC_X86SEH, enumerator
45 case EHPersonality::MSVC_X86SEH: in isAsynchronousEHPersonality()
59 case EHPersonality::MSVC_X86SEH: in isFuncletEHPersonality()
/external/llvm/lib/Analysis/
DEHPersonalities.cpp32 .Case("_except_handler3", EHPersonality::MSVC_X86SEH) in classifyEHPersonality()
33 .Case("_except_handler4", EHPersonality::MSVC_X86SEH) in classifyEHPersonality()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp257 Personality == EHPersonality::MSVC_X86SEH); in emitExceptionRegistrationRecord()
276 } else if (Personality == EHPersonality::MSVC_X86SEH) { in emitExceptionRegistrationRecord()
DX86ISelLowering.cpp16223 case EHPersonality::MSVC_X86SEH: return 24; in getSEHRegistrationNodeSize()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp138 else if (Per == EHPersonality::MSVC_X86SEH) in endFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2362 case EHPersonality::MSVC_X86SEH: in isCatchAll()