Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h123 enum ExceptionsMode { enum
149 const ExceptionsMode CachedExceptionsMode;
330 ExceptionsMode getExceptionsMode() const { return CachedExceptionsMode; } in getExceptionsMode()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp80 static ToolChain::ExceptionsMode CalculateExceptionsMode(const ArgList &Args) { in CalculateExceptionsMode()
292 if (getExceptionsMode() == ToolChain::ExceptionsMode::EM_Disabled) in getMultilibFlags()