Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp256 DiagID = IsCLMode() in ParseArgStrings()
838 ParseArgStrings(NewCfgArgs, IsCLMode(), ContainErrors)); in readConfigFile()
1063 if (IsCLMode() && !ContainsError) { in BuildCompilation()
1128 if (IsCLMode()) { in BuildCompilation()
1611 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()
2151 if (IsCLMode()) { in DiagnoseInputExistence()
2173 getIncludeExcludeOptionFlagMasks(IsCLMode()); in DiagnoseInputExistence()
3569 if (IsCLMode() && LTOMode != LTOK_None && in handleArguments()
4989 if (IsCLMode()) { in GetNamedOutputPath()
5013 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
[all …]
H A DCompilation.cpp252 if (TheDriver.IsCLMode()) in ExecuteJobs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h188 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp389 !C.getDriver().IsCLMode()) { in ConstructJob()
436 if (!C.getDriver().IsCLMode() && Args.hasArg(options::OPT_L)) in ConstructJob()
H A DClang.cpp61 << (D.IsCLMode() ? "/E, /P or /EP" : "-E"); in CheckPreprocessingOptions()
1280 if (getToolChain().getDriver().IsCLMode()) { in AddPreprocessingOptions()
2180 } else if (D.IsCLMode()) { in AddX86TargetArgs()
4946 bool TBAAOnByDefault = !D.IsCLMode(); in ConstructJob()
5195 if (D.IsCLMode()) in ConstructJob()
6235 if (!C.getDriver().IsCLMode()) in ConstructJob()