| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Minix.cpp | 39 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local 40 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 91 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local 92 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | CrossWindows.cpp | 33 const char *Exec; in ConstructJob() local 59 Exec = Args.MakeArgString(Assembler); in ConstructJob() 61 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 74 const char *Exec; in ConstructJob() local 204 Exec = Args.MakeArgString(TC.GetLinkerPath()); in ConstructJob() 206 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | XCore.cpp | 55 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("xcc")); in ConstructJob() local 56 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 83 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("xcc")); in ConstructJob() local 84 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | Myriad.cpp | 79 std::string Exec = in ConstructJob() local 81 C.addCommand(llvm::make_unique<Command>(JA, *this, Args.MakeArgString(Exec), in ConstructJob() 114 std::string Exec = in ConstructJob() local 116 C.addCommand(llvm::make_unique<Command>(JA, *this, Args.MakeArgString(Exec), in ConstructJob() 200 std::string Exec = in ConstructJob() local 202 C.addCommand(llvm::make_unique<Command>(JA, *this, Args.MakeArgString(Exec), in ConstructJob()
|
| H A D | Ananas.cpp | 42 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local 43 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 126 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local 127 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | DragonFly.cpp | 48 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local 49 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 172 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local 173 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | PS4CPU.cpp | 64 const char *Exec = in ConstructJob() local 66 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 143 const char *Exec = Args.MakeArgString(ToolChain.GetProgramPath("orbis-ld")); in ConstructPS4LinkJob() local 145 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, CmdArgs, Inputs)); in ConstructPS4LinkJob() 316 const char *Exec = in ConstructGoldLinkJob() local 323 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, CmdArgs, Inputs)); in ConstructGoldLinkJob()
|
| H A D | Solaris.cpp | 43 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local 44 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 150 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local 151 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | OpenBSD.cpp | 92 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local 93 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 230 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local 231 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | Fuchsia.cpp | 46 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local 47 if (llvm::sys::path::filename(Exec).equals_lower("ld.lld") || in ConstructJob() 48 llvm::sys::path::stem(Exec).equals_lower("ld.lld")) { in ConstructJob() 155 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | Cuda.cpp | 419 const char *Exec; in ConstructJob() local 421 Exec = A->getValue(); in ConstructJob() 423 Exec = Args.MakeArgString(TC.GetProgramPath("ptxas")); in ConstructJob() 424 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 488 const char *Exec = Args.MakeArgString(TC.GetProgramPath("fatbinary")); in ConstructJob() local 489 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 566 const char *Exec = in ConstructJob() local 568 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | CloudABI.cpp | 95 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local 96 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | FreeBSD.cpp | 115 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local 116 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 334 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local 335 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | NetBSD.cpp | 105 const char *Exec = Args.MakeArgString((getToolChain().GetProgramPath("as"))); in ConstructJob() local 106 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 335 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local 336 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | Hexagon.cpp | 186 auto *Exec = Args.MakeArgString(HTC.GetProgramPath(AsName)); in ConstructJob() local 187 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 373 const char *Exec = Args.MakeArgString(HTC.GetLinkerPath()); in ConstructJob() local 374 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | MinGW.cpp | 52 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local 53 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 295 const char *Exec = Args.MakeArgString(TC.GetLinkerPath()); in ConstructJob() local 296 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| H A D | Darwin.cpp | 148 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local 149 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 451 const char *Exec = in ConstructJob() local 454 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, None)); in ConstructJob() 603 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local 605 llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs); in ConstructJob() 629 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 647 const char *Exec = in ConstructJob() local 649 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 670 const char *Exec = in ConstructJob() local [all …]
|
| H A D | NaCl.cpp | 196 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local 197 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
|
| /freebsd-12.1/contrib/googletest/ |
| H A D | appveyor.yml | 73 throw "Exec: $ErrorMessage" 78 throw "Exec: $ErrorMessage" 97 throw "Exec: $ErrorMessage"
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 259 CallInst *const Exec = in optimizeAtomic() local 261 setConvergent(Exec); in optimizeAtomic() 267 Value *const BitCast = B.CreateBitCast(Exec, VecTy); in optimizeAtomic() 350 Instruction *const Ctpop = B.CreateUnaryIntrinsic(Intrinsic::ctpop, Exec); in optimizeAtomic()
|
| H A D | SIAnnotateControlFlow.cpp | 299 Value *Exec = popSaved(); in closeControlFlow() local 301 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt)) in closeControlFlow() 302 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 201 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec); 202 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec); 295 unsigned Exec) { in addRefToMap() argument 296 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in addRefToMap() 305 unsigned Exec) { in isRefInMap() argument 309 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in isRefInMap() 988 unsigned Exec = Exec_Then | Exec_Else; in predicate() local 990 Exec = (Cond == HII->isPredicatedTrue(*MI)) ? Exec_Then : Exec_Else; in predicate() 1014 addRefToMap(RR, Map, Exec); in predicate()
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | fi.w1.wpa_supplicant1.service.in | 3 Exec=@BINDIR@/wpa_supplicant -u key
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 699 std::string Exec; in ExecuteProgram() local 721 Exec = "cd "; in ExecuteProgram() 722 Exec += env_pwd; in ExecuteProgram() 723 Exec += "; ./"; in ExecuteProgram() 724 Exec += OutputBinary.c_str(); in ExecuteProgram() 725 ProgramArgs.push_back(Exec); in ExecuteProgram()
|
| /freebsd-12.1/lib/libc/nls/ |
| H A D | mn_MN.UTF-8.msg | 23 8 Exec хэлбэршилтийн алдаа
|