Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp229 DiagID = IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl in ParseArgStrings()
744 ParseArgStrings(NewCfgArgs, IsCLMode(), ContainErrors)); in readConfigFile()
938 ParseArgStrings(ArgList.slice(1), IsCLMode(), ContainsError)); in BuildCompilation()
970 if (IsCLMode() && !ContainsError) { in BuildCompilation()
1017 if (IsCLMode()) { in BuildCompilation()
1490 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()
1986 if (D.IsCLMode()) { in DiagnoseInputExistence()
3120 if (IsCLMode() && LTOMode != LTOK_None && in BuildActions()
4293 if (IsCLMode()) { in GetNamedOutputPath()
4306 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
[all …]
H A DCompilation.cpp239 if (TheDriver.IsCLMode()) in ExecuteJobs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h182 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMSVC.cpp322 !C.getDriver().IsCLMode()) in ConstructJob()
348 if (!C.getDriver().IsCLMode() && Args.hasArg(options::OPT_L)) in ConstructJob()
H A DClang.cpp61 << (D.IsCLMode() ? "/E, /P or /EP" : "-E"); in CheckPreprocessingOptions()
1131 if (getToolChain().getDriver().IsCLMode()) { in AddPreprocessingOptions()
1869 } else if (getToolChain().getDriver().IsCLMode()) { in AddX86TargetArgs()
3902 bool TBAAOnByDefault = !D.IsCLMode(); in ConstructJob()
4035 if (D.IsCLMode()) in ConstructJob()
4786 if (!C.getDriver().IsCLMode()) in ConstructJob()