Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h232 bool IsDXCMode() const { return Mode == DXCMode; } in IsDXCMode() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp484 if (IsDXCMode() && !Args.hasArg(options::OPT_dxc_Fo)) in TranslateInputArgs()
1301 } else if (IsDXCMode()) { in BuildCompilation()
2656 } else if (IsDXCMode()) { in BuildInputs()
5873 if (AtTopLevel && JA.getType() == types::TY_PP_Asm && IsDXCMode()) in GetNamedOutputPath()
5895 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
5987 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
6049 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode())); in GetNamedOutputPath()
6540 if (IsDXCMode()) in getOptionVisibilityMask()