Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h229 bool IsDXCMode() const { return Mode == DXCMode; } in IsDXCMode() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp495 if (IsDXCMode() && !Args.hasArg(options::OPT_dxc_Fo)) in TranslateInputArgs()
1323 } else if (IsDXCMode()) { in BuildCompilation()
2693 } else if (IsDXCMode()) { in BuildInputs()
5955 if (AtTopLevel && JA.getType() == types::TY_PP_Asm && IsDXCMode()) in GetNamedOutputPath()
5979 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
6071 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
6133 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode())); in GetNamedOutputPath()
6672 if (IsDXCMode()) in getOptionVisibilityMask()