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.h254 bool IsDXCMode() const { return Mode == DXCMode; } in IsDXCMode() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp560 if (IsDXCMode() && !Args.hasArg(options::OPT_dxc_Fo)) in TranslateInputArgs()
1172 if (IsCLMode() || IsDXCMode() || IsFlangMode()) in loadZOSCustomizationFile()
1592 } else if (IsDXCMode()) { in BuildCompilation()
2993 } else if (IsDXCMode()) { in BuildInputs()
3022 else if (IsDXCMode()) in BuildInputs()
6314 if (AtTopLevel && JA.getType() == types::TY_PP_Asm && IsDXCMode()) in GetNamedOutputPath()
6338 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
6430 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
6492 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode())); in GetNamedOutputPath()
7097 if (IsDXCMode()) in getOptionVisibilityMask()