Home
last modified time | relevance | path

Searched refs:MSVC_TableSEH (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DEHPersonalities.h30 MSVC_TableSEH, enumerator
54 case EHPersonality::MSVC_TableSEH: in isAsynchronousEHPersonality()
68 case EHPersonality::MSVC_TableSEH: in isFuncletEHPersonality()
83 case EHPersonality::MSVC_TableSEH: in isScopedEHPersonality()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DEHPersonalities.cpp38 .Case("__C_specific_handler", EHPersonality::MSVC_TableSEH) in classifyEHPersonality()
56 case EHPersonality::MSVC_TableSEH: in getEHPersonalityName()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp144 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets()) in endFunction()
157 if (Per == EHPersonality::MSVC_TableSEH) in endFunction()
281 } else if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets() && in endFuncletImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3419 case EHPersonality::MSVC_TableSEH: in isCatchAll()