Home | History | Annotate | Download | only in Driver

Lines Matching refs:CC1

232       DepFile = darwin::CC1::getDependencyFileName(Args, Inputs);
391 // -isysroot to the CC1 invocation.
915 // is equivalent to "-mno-sse2 -msse"). The -cc1 handling deals with the
1122 // Invoke ourselves in -cc1 mode.
1125 CmdArgs.push_back("-cc1");
1220 CmdArgs.push_back(darwin::CC1::getBaseInputName(Args, Inputs));
1223 // defines). See darwin::CC1::AddCPPArgs.
1271 // the values in cc1, whereas we are processing based on
1274 // This comes from the default translation the driver + cc1
1589 // splitting it between the driver and clang -cc1.
2172 // FIXME: This is disabled until clang -cc1 supports -fno-builtin-foo. PR4941.
2196 // Forward -Xclang arguments to -cc1, and -mllvm arguments to the LLVM option
2203 // We translate this by hand to the -cc1 argument, since nightly test uses
2235 // Optionally embed the -cc1 level arguments into the debug info, for build
2494 const char *darwin::CC1::getCC1Name(types::ID Type) const {
2497 llvm_unreachable("Unexpected type for Darwin CC1 tool.");
2501 return "cc1";
2516 const char *darwin::CC1::getBaseInputName(const ArgList &Args,
2522 const char *darwin::CC1::getBaseInputStem(const ArgList &Args,
2533 darwin::CC1::getDependencyFileName(const ArgList &Args,
2542 Res = darwin::CC1::getBaseInputStem(Args, Inputs);
2547 void darwin::CC1::RemoveCC1UnsupportedArgs(ArgStringList &CmdArgs) const {
2679 void darwin::CC1::AddCC1Args(const ArgList &Args,
2685 // Derived from cc1 spec.
2703 void darwin::CC1::AddCC1OptionsArgs(const ArgList &Args, ArgStringList &CmdArgs,
2725 CmdArgs.push_back(darwin::CC1::getBaseInputName(Args, Inputs));
2742 CmdArgs.push_back(darwin::CC1::getBaseInputStem(Args, Inputs));
2769 // Removes -fbuiltin-str{cat,cpy}; these aren't recognized by cc1 but are
2816 void darwin::CC1::AddCPPOptionsArgs(const ArgList &Args, ArgStringList &CmdArgs,
2858 void darwin::CC1::AddCPPUniqueOptionsArgs(const ArgList &Args,
2885 CmdArgs.push_back(darwin::CC1::getDependencyFileName(Args, Inputs));
2890 CmdArgs.push_back(darwin::CC1::getDependencyFileName(Args, Inputs));
2942 void darwin::CC1::AddCPPArgs(const ArgList &Args,
2975 assert(Output.isFilename() && "Unexpected CC1 output.");