Home
last modified time | relevance | path

Searched defs:GNU_C_SEH (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h601 static const EHPersonality GNU_C_SEH; member
H A DCGException.cpp101 EHPersonality::GNU_C_SEH = { "__gcc_personality_seh0", nullptr }; member in EHPersonality