Home
last modified time | relevance | path

Searched refs:hasSEHExceptions (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h580 bool hasSEHExceptions() const { in hasSEHExceptions() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp140 if (L.hasSEHExceptions()) in getCPersonality()
166 if (L.hasSEHExceptions()) in getObjCPersonality()
184 if (L.hasSEHExceptions()) in getCXXPersonality()
H A DBackendUtil.cpp384 if (LangOpts.hasSEHExceptions()) in initTargetOptions()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp878 else if (LangOpts.hasSEHExceptions()) in InitializePredefinedMacros()