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.h31 MSVC_TableSEH, enumerator
56 case EHPersonality::MSVC_TableSEH: in isAsynchronousEHPersonality()
70 case EHPersonality::MSVC_TableSEH: in isFuncletEHPersonality()
85 case EHPersonality::MSVC_TableSEH: in isScopedEHPersonality()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp47 .Case("__C_specific_handler", EHPersonality::MSVC_TableSEH) in classifyEHPersonality()
73 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()
272 } else if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets() && in endFuncletImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4539 case EHPersonality::MSVC_TableSEH: in isCatchAll()