Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h658 bool hasSEHExceptions() const { in hasSEHExceptions() function
/freebsd-14.2/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.cpp367 if (LangOpts.hasSEHExceptions()) in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp939 else if (LangOpts.hasSEHExceptions()) in InitializePredefinedMacros()