Home
last modified time | relevance | path

Searched defs:Exec (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDragonFly.cpp46 const char *Exec = Args.MakeArgString(ToolChain.GetProgramPath("as")); in ConstructJob() local
197 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local
H A DCrossWindows.cpp32 const char *Exec; in ConstructJob() local
74 const char *Exec; in ConstructJob() local
H A DPS4CPU.cpp78 const char *Exec = Args.MakeArgString(TC.GetProgramPath(AsName.c_str())); in ConstructJob() local
225 const char *Exec = Args.MakeArgString(TC.GetProgramPath(LdName.c_str())); in ConstructJob() local
325 const char *Exec = Args.MakeArgString(TC.GetProgramPath(LdName.c_str())); in ConstructJob() local
H A DZOS.cpp73 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
212 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local
H A DOpenBSD.cpp101 const char *Exec = Args.MakeArgString(ToolChain.GetProgramPath("as")); in ConstructJob() local
293 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local
H A DNetBSD.cpp108 const char *Exec = Args.MakeArgString((ToolChain.GetProgramPath("as"))); in ConstructJob() local
374 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local
H A DFreeBSD.cpp123 const char *Exec = Args.MakeArgString(ToolChain.GetProgramPath("as")); in ConstructJob() local
387 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
H A DFuchsia.cpp61 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local
246 const char *Exec = Args.MakeArgString(getToolChain().GetStaticLibToolPath()); in ConstructJob() local
H A DSPIRV.cpp44 const char *Exec = C.getArgs().MakeArgString(ExeCand); in constructTranslateCommand() local
H A DHaiku.cpp157 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); in ConstructJob() local
H A DAIX.cpp82 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
339 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); in ConstructJob() local
H A DHexagon.cpp268 auto *Exec = Args.MakeArgString(HTC.GetProgramPath(AsName)); in ConstructJob() local
298 const char *Exec = Args.MakeArgString(HTC.GetLinkerPath(&UseLLD)); in constructHexagonLinkArgs() local
507 const char *Exec = Args.MakeArgString(HTC.GetLinkerPath()); in ConstructJob() local
H A DHLSL.cpp196 const char *Exec = Args.MakeArgString(DxvPath); in ConstructJob() local
H A DMinGW.cpp52 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
366 const char *Exec = Args.MakeArgString(TC.GetLinkerPath()); in ConstructJob() local
H A DDarwin.cpp165 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); in ConstructJob() local
585 const char *Exec = in ConstructJob() local
597 const char *Exec = in ConstructJob() local
851 const char *Exec = Args.MakeArgString(getToolChain().GetStaticLibToolPath()); in ConstructJob() local
875 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("lipo")); in ConstructJob() local
895 const char *Exec = in ConstructJob() local
919 const char *Exec = in ConstructJob() local
H A DSolaris.cpp288 const char *Exec = Args.MakeArgString(getLinkerPath(Args)); in ConstructJob() local
H A DCuda.cpp491 const char *Exec; in ConstructJob() local
567 const char *Exec = Args.MakeArgString(TC.GetProgramPath("fatbinary")); in ConstructJob() local
H A DBareMetal.cpp456 const char *Exec = Args.MakeArgString(getToolChain().GetStaticLibToolPath()); in ConstructJob() local
H A DFlang.cpp887 const char *Exec = Args.MakeArgString(D.GetProgramPath("flang-new", TC)); in ConstructJob() local
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Dfi.w1.wpa_supplicant1.service.in3 Exec=@BINDIR@/wpa_supplicant -u key
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h31 Exec = 1U << 2, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.h24 Exec, /// match with address range of executable sections. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp157 static std::unique_ptr<ThreadPoolExecutor> Exec(&(*ManagedExec)); in getDefaultExecutor() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp298 unsigned Exec) { in addRefToMap()
308 unsigned Exec) { in isRefInMap()
1011 unsigned Exec = Exec_Then | Exec_Else; in predicate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp330 Value *Exec = popSaved(); in closeControlFlow() local

12