Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp373 bool CXXExceptionsEnabled = Triple.getArch() != llvm::Triple::xcore && in addExceptionArgs() local
379 CXXExceptionsEnabled = in addExceptionArgs()
383 if (CXXExceptionsEnabled) { in addExceptionArgs()