Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DEHPersonalities.cpp38 .Case("__C_specific_handler", EHPersonality::MSVC_TableSEH) in classifyEHPersonality()
56 case EHPersonality::MSVC_TableSEH: in getEHPersonalityName()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3477 case EHPersonality::MSVC_TableSEH: in isCatchAll()