Home
last modified time | relevance | path

Searched refs:Executable (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp40 ResponseFileSupport ResponseSupport, const char *Executable, in Command() argument
45 Executable(Executable), PrependArg(PrependArg), Arguments(Arguments) { in Command()
140 Out.push_back(Executable); in buildArgvForResponseFile()
148 Out.push_back(Executable); in buildArgvForResponseFile()
211 llvm::sys::printArg(OS, Executable, /*Quote=*/true); in Print()
332 Argv.push_back(Executable); in Execute()
381 return llvm::sys::ExecuteAndWait(Executable, Args, Env, in Execute()
387 return llvm::sys::ExecuteAndWait(Executable, Args, Env, Redirects, in Execute()
394 const char *Executable, in CC1Command() argument
398 : Command(Source, Creator, ResponseSupport, Executable, Arguments, Inputs, in CC1Command()
H A DToolChain.cpp107 ToolChain::executeToolChainProgram(StringRef Executable, in executeToolChainProgram()
119 if (llvm::sys::ExecuteAndWait(Executable, {}, {}, Redirects, SecondsToWait, in executeToolChainProgram()
122 Executable + ": " + ErrorMessage); in executeToolChainProgram()
128 "Failed to read stdout of " + Executable + in setTripleEnvironment()
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h117 const char *Executable; variable
173 ResponseFileSupport ResponseSupport, const char *Executable,
221 void replaceExecutable(const char *Exe) { Executable = Exe; } in replaceExecutable()
223 const char *getExecutable() const { return Executable; } in getExecutable()
246 ResponseFileSupport ResponseSupport, const char *Executable,
H A DToolChain.h206 /// Executes the given \p Executable and returns the stdout.
208 executeToolChainProgram(StringRef Executable,
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp292 GOFF::ESDExecutable Executable; in getSymbolType()
293 ESDRecord::getExecutable(Record, Executable); in getSymbolType()
314 if (Executable != GOFF::ESD_EXE_CODE && Executable != GOFF::ESD_EXE_DATA && in getSymbolType()
315 Executable != GOFF::ESD_EXE_Unspecified) { in getSymbolType()
320 " has unknown Executable type 0x%02X", in getSymbolType()
321 EsdId, Executable); in getSymbolType()
323 switch (Executable) { in getSymbolType()
519 GOFF::ESDExecutable Executable;
520 ESDRecord::getExecutable(EsdRecord, Executable);
290 GOFF::ESDExecutable Executable; getSymbolType() local
[all...]
/freebsd-src/tools/build/options/
H A DWITH_PIE2 Position-Independent Executable (PIE).
H A DWITHOUT_PIE2 Position-Independent Executable (PIE).
/freebsd-src/sys/contrib/openzfs/
H A DLICENSE24 1.4. "Executable" means the Covered Software in any form other
41 1.9. "Modifications" means the Source Code and Executable form of
54 1.10. "Original Software" means the Source Code and Executable
156 available in Executable form must also be made available in Source
161 inform recipients of any such Covered Software in Executable form
199 3.5. Distribution of Executable Versions.
201 You may distribute the Executable form of the Covered Software
205 and that the license for the Executable form does not attempt to
208 Covered Software in Executable form under a different license, You
/freebsd-src/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE24 1.4. "Executable" means the Covered Software in any form other
41 1.9. "Modifications" means the Source Code and Executable form of
54 1.10. "Original Software" means the Source Code and Executable
156 available in Executable form must also be made available in Source
161 inform recipients of any such Covered Software in Executable form
199 3.5. Distribution of Executable Versions.
201 You may distribute the Executable form of the Covered Software
205 and that the license for the Executable form does not attempt to
208 Covered Software in Executable form under a different license, You
/freebsd-src/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE24 1.4. "Executable" means the Covered Software in any form other
41 1.9. "Modifications" means the Source Code and Executable form of
54 1.10. "Original Software" means the Source Code and Executable
156 available in Executable form must also be made available in Source
161 inform recipients of any such Covered Software in Executable form
199 3.5. Distribution of Executable Versions.
201 You may distribute the Executable form of the Covered Software
205 and that the license for the Executable form does not attempt to
208 Covered Software in Executable form under a different license, You
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h228 GOFF::ESDExecutable &Executable) { in getLoadingBehavior()
231 Executable = (GOFF::ESDExecutable)Value; in getLoadingBehavior()
208 getExecutable(const uint8_t * Record,GOFF::ESDExecutable & Executable) getExecutable() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h36 std::string Executable; member
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp577 std::string Executable = CommandLine[0];
586 Consumer.handleBuildCommand({std::move(Executable), std::move(Args)});
410 std::string Executable = CommandLine[0]; createAndRunToolInvocation() local
/freebsd-src/contrib/dialog/
H A DREADME44 Executable and library name of cdialog are the same of dialog, for
/freebsd-src/contrib/file/magic/Magdir/
H A Dsgi6 # Executable images are handled either in aout (for old-style a.out
H A Dmsdos95 # skip Portable Executable (PE) with low e_lfarlc here, because handled later
599 # 1~Long filename support 2~Win2.x proportional fonts 4~Win2.x protected mode 8~Executable has gangload area 10~Win9x thunk lib without DllEntryPoint 80~Win3.x app with OS/2 WLO loader
713 # Linear Executable (LE) in Little Endian (\0\0)
971 # TODO: how to add this? >FileSize-34 string Windows\ Self-Installing\ Executable \b, ZIP self-extracting archive
H A Dconsole1149 >0x18D byte&2 2 Executable Image (CXI)
1244 # Type: Nintendo Switch Executable
/freebsd-src/sys/contrib/openzfs/contrib/debian/
H A Dcontrol291 (ZFS Event Daemon Linkage for Executable Tasks) that have been enabled
/freebsd-src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc183 *ErrMsg = std::string("Executable \"") + Program.str() +
/freebsd-src/contrib/bmake/
H A Dconfigure.in202 dnl Executable suffix - normally empty; .exe on os2.
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td54 Desc<"Executable search paths to use when locating executable files whose paths don't match the local file system.">;
/freebsd-src/contrib/ldns/
H A Dacx_nlnetlabs.m41420 …AC_ARG_ENABLE([pie], AS_HELP_STRING([--enable-pie], [Enable Position-Independent Executable (eg. t…
/freebsd-src/contrib/unbound/
H A Dacx_nlnetlabs.m41505 …AC_ARG_ENABLE([pie], AS_HELP_STRING([--enable-pie], [Enable Position-Independent Executable (eg. t…
/freebsd-src/contrib/bc/
H A DNEWS.md1411 19. Executable size was reduced, though the added features probably made the
/freebsd-src/
H A DUPDATING627 Independent Executable (PIE) support enabled by default. It may be

12