Home
last modified time | relevance | path

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

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