Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h457 bool hasDWARFExceptions() const { in hasDWARFExceptions() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp138 if (L.hasDWARFExceptions()) in getCPersonality()
182 if (L.hasDWARFExceptions()) in getCXXPersonality()
H A DBackendUtil.cpp533 if (LangOpts.hasDWARFExceptions()) in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp795 else if (LangOpts.hasDWARFExceptions() && in InitializePredefinedMacros()