Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h704 bool hasDWARFExceptions() const { in hasDWARFExceptions() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp140 if (L.hasDWARFExceptions()) in getCPersonality()
186 if (L.hasDWARFExceptions()) in getCXXPersonality()
H A DBackendUtil.cpp378 if (LangOpts.hasDWARFExceptions()) in initTargetOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1029 else if (LangOpts.hasDWARFExceptions() && in InitializePredefinedMacros()