Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h610 static const EHPersonality GNU_CPlusPlus_SEH; global() member
H A DCGException.cpp109 EHPersonality::GNU_CPlusPlus_SEH = { "__gxx_personality_seh0", nullptr }; member in EHPersonality