Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp78 if (getABIInfo().getContext().getLangOpts().hasSEHExceptions()) in getSizeOfUnwindException()
H A DCGException.cpp142 if (L.hasSEHExceptions()) in getCPersonality()
170 if (L.hasSEHExceptions()) in getObjCPersonality()
188 if (L.hasSEHExceptions()) in getCXXPersonality()
H A DBackendUtil.cpp412 if (LangOpts.hasSEHExceptions()) in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h795 bool hasSEHExceptions() const { in hasSEHExceptions() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1036 else if (LangOpts.hasSEHExceptions()) in InitializePredefinedMacros()