Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h700 bool hasSEHExceptions() const { in hasSEHExceptions() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp142 if (L.hasSEHExceptions()) in getCPersonality()
170 if (L.hasSEHExceptions()) in getObjCPersonality()
188 if (L.hasSEHExceptions()) in getCXXPersonality()
H A DBackendUtil.cpp376 if (LangOpts.hasSEHExceptions()) in initTargetOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1027 else if (LangOpts.hasSEHExceptions()) in InitializePredefinedMacros()