Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h610 bool hasSEHExceptions() const { in hasSEHExceptions() function
/openbsd-src/gnu/llvm/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.cpp391 if (LangOpts.hasSEHExceptions()) in initTargetOptions()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp890 else if (LangOpts.hasSEHExceptions()) in InitializePredefinedMacros()