Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h601 static const EHPersonality GNU_C_SEH; global() member
H A DCGException.cpp101 EHPersonality::GNU_C_SEH = { "__gcc_personality_seh0", nullptr }; member in EHPersonality