Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DEHPersonalities.h30 MSVC_TableSEH, enumerator
55 case EHPersonality::MSVC_TableSEH: in isAsynchronousEHPersonality()
69 case EHPersonality::MSVC_TableSEH: in isFuncletEHPersonality()
84 case EHPersonality::MSVC_TableSEH: in isScopedEHPersonality()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp39 .Case("__C_specific_handler", EHPersonality::MSVC_TableSEH) in classifyEHPersonality()
65 case EHPersonality::MSVC_TableSEH: in getEHPersonalityName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp136 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets()) in endFunction()
149 if (Per == EHPersonality::MSVC_TableSEH) in endFunction()
273 } else if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets() && in endFuncletImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4097 case EHPersonality::MSVC_TableSEH: in isCatchAll()