Home
last modified time | relevance | path

Searched refs:MSVC_except_handler (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h675 static const EHPersonality MSVC_except_handler;
689 return this == &MSVC_except_handler || this == &MSVC_C_specific_handler ||
H A DCGException.cpp121 EHPersonality::MSVC_except_handler = { "_except_handler3", nullptr }; member in EHPersonality
233 return EHPersonality::MSVC_except_handler; in getSEHPersonalityMSVC()