Home
last modified time | relevance | path

Searched refs:Exec (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMinix.cpp39 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 DCrossWindows.cpp33 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 DXCore.cpp55 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 DMyriad.cpp79 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 DAnanas.cpp42 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 DDragonFly.cpp48 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 DPS4CPU.cpp64 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 DSolaris.cpp43 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 DOpenBSD.cpp92 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 DFuchsia.cpp46 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 DCuda.cpp419 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 DCloudABI.cpp95 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 DFreeBSD.cpp115 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 DNetBSD.cpp105 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 DHexagon.cpp186 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 DMinGW.cpp52 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 DDarwin.cpp148 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 DNaCl.cpp196 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 Dappveyor.yml73 throw "Exec: $ErrorMessage"
78 throw "Exec: $ErrorMessage"
97 throw "Exec: $ErrorMessage"
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp259 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 DSIAnnotateControlFlow.cpp299 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 DHexagonExpandCondsets.cpp201 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 Dfi.w1.wpa_supplicant1.service.in3 Exec=@BINDIR@/wpa_supplicant -u key
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp699 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 Dmn_MN.UTF-8.msg23 8 Exec хэлбэршилтийн алдаа

12