Lines Matching refs:Exec
3333 const char *Exec = Args.MakeArgString(TC.GetProgramPath("objcopy")); in SplitDebugInfo() local
3337 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, ExtractArgs, II)); in SplitDebugInfo()
3340 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, StripArgs, II)); in SplitDebugInfo()
5962 const char *Exec = getToolChain().getDriver().getClangProgramPath(); in ConstructJob() local
5972 Flags += Exec; in ConstructJob()
6021 JA, *this, Exec, CmdArgs, Inputs, std::move(CLCommand))); in ConstructJob()
6026 C.addCommand(llvm::make_unique<ForceSuccessCommand>(JA, *this, Exec, in ConstructJob()
6029 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
6548 const char *Exec = getToolChain().getDriver().getClangProgramPath(); in ConstructJob() local
6549 Flags += Exec; in ConstructJob()
6594 const char *Exec = getToolChain().getDriver().getClangProgramPath(); in ConstructJob() local
6595 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
6727 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath(GCCName)); in ConstructJob() local
6728 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
6839 auto *Exec = Args.MakeArgString(HTC.GetProgramPath(AsName.c_str())); in ConstructJob() local
6840 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
7461 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local
7462 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
7529 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
7530 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
7785 const char *Exec = in ConstructJob() local
7788 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, None)); in ConstructJob()
7898 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
7900 llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs); in ConstructJob()
7923 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("lipo")); in ConstructJob() local
7924 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
7942 const char *Exec = in ConstructJob() local
7944 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
7965 const char *Exec = in ConstructJob() local
7967 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
7986 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
7987 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
8064 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
8065 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
8135 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
8136 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
8257 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
8258 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
8277 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
8278 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
8386 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
8387 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
8479 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
8480 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
8669 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
8670 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
8752 const char *Exec = Args.MakeArgString((getToolChain().GetProgramPath("as"))); in ConstructJob() local
8753 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
8963 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
8964 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
9173 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
9174 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
9333 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local
9334 if (llvm::sys::path::filename(Exec) == "lld") { in ConstructJob()
9544 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
9715 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local
9716 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
9735 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
9736 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
9786 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
9787 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
9815 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
9816 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
9938 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
9939 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
10133 const char *Exec = Args.MakeArgString(linkPath); in ConstructJob() local
10134 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
10252 std::string Exec = FindVisualStudioExecutable(getToolChain(), "cl.exe", in GetCommand() local
10254 return llvm::make_unique<Command>(JA, *this, Args.MakeArgString(Exec), in GetCommand()
10281 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
10282 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
10475 const char *Exec = Args.MakeArgString(TC.GetProgramPath(LinkerName.data())); in ConstructJob() local
10476 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
10511 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("xcc")); in ConstructJob() local
10512 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
10539 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("xcc")); in ConstructJob() local
10540 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
10552 const char *Exec; in ConstructJob() local
10577 Exec = Args.MakeArgString(Assembler); in ConstructJob()
10579 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
10593 const char *Exec; in ConstructJob() local
10728 Exec = Args.MakeArgString(TC.GetLinkerPath()); in ConstructJob()
10730 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
10783 std::string Exec = in ConstructJob() local
10785 C.addCommand(llvm::make_unique<Command>(JA, *this, Args.MakeArgString(Exec), in ConstructJob()
10819 std::string Exec = in ConstructJob() local
10821 C.addCommand(llvm::make_unique<Command>(JA, *this, Args.MakeArgString(Exec), in ConstructJob()
10894 std::string Exec = in ConstructJob() local
10896 C.addCommand(llvm::make_unique<Command>(JA, *this, Args.MakeArgString(Exec), in ConstructJob()
10918 const char *Exec = in ConstructJob() local
10920 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
10987 const char *Exec = Args.MakeArgString(ToolChain.GetProgramPath("orbis-ld")); in ConstructPS4LinkJob() local
10989 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, CmdArgs, Inputs)); in ConstructPS4LinkJob()
11158 const char *Exec = in ConstructGoldLinkJob() local
11165 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, CmdArgs, Inputs)); in ConstructGoldLinkJob()
11267 const char *Exec = Args.MakeArgString(TC.GetProgramPath("ptxas")); in ConstructJob() local
11268 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
11304 const char *Exec = Args.MakeArgString(TC.GetProgramPath("fatbinary")); in ConstructJob() local
11305 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()