Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionGOFF.cpp18 GOFF::ESDExecutable Executable, bool IsReadOnly, in emitCATTR() argument
34 switch (Executable) { in emitCATTR()
73 GOFF::ESDExecutable Executable, in emitXATTR() argument
77 if (Executable != GOFF::ESD_EXE_Unspecified) in emitXATTR()
78 OS << "REFERENCE(" << (Executable == GOFF::ESD_EXE_CODE ? "CODE" : "DATA") in emitXATTR()
130 PRAttributes.Executable, ED->EDAttributes.IsReadOnly, in printSwitchToSection()
132 emitXATTR(OS, Name, PRAttributes.Linkage, PRAttributes.Executable, in printSwitchToSection()
H A DGOFFObjectWriter.cpp253 BehavAttrs.setExecutable(Attr.Executable); in GOFFSymbol()
265 BehavAttrs.setExecutable(Attr.Executable); in GOFFSymbol()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp38 ResponseFileSupport ResponseSupport, const char *Executable, in Command() argument
43 Executable(Executable), PrependArg(PrependArg), Arguments(Arguments) { in Command()
139 Out.push_back(Executable); in buildArgvForResponseFile()
145 Out.push_back(Executable); in buildArgvForResponseFile()
208 llvm::sys::printArg(OS, Executable, /*Quote=*/true); in Print()
329 Argv.push_back(Executable); in Execute()
377 return llvm::sys::ExecuteAndWait(Executable, Args, Env, in Execute()
383 return llvm::sys::ExecuteAndWait(Executable, Args, Env, Redirects, in Execute()
390 const char *Executable, in CC1Command() argument
394 : Command(Source, Creator, ResponseSupport, Executable, Arguments, Inputs, in CC1Command()
H A DToolChain.cpp108 ToolChain::executeToolChainProgram(StringRef Executable) const { in executeToolChainProgram()
130 if (llvm::sys::ExecuteAndWait(Executable, {Executable}, {}, Redirects, in executeToolChainProgram()
134 Executable + ": " + ErrorMessage); in executeToolChainProgram()
140 "Failed to read stdout of " + Executable + in executeToolChainProgram()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h117 const char *Executable; variable
173 ResponseFileSupport ResponseSupport, const char *Executable,
220 void replaceExecutable(const char *Exe) { Executable = Exe; } in replaceExecutable()
222 const char *getExecutable() const { return Executable; } in getExecutable()
245 ResponseFileSupport ResponseSupport, const char *Executable,
H A DToolChain.h207 executeToolChainProgram(StringRef Executable) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp292 GOFF::ESDExecutable Executable; in getSymbolType() local
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()
321 EsdId, Executable); in getSymbolType()
323 switch (Executable) { in getSymbolType()
520 GOFF::ESDExecutable Executable; in isSectionText() local
521 ESDRecord::getExecutable(EsdRecord, Executable); in isSectionText()
522 return Executable == GOFF::ESD_EXE_CODE; in isSectionText()
527 GOFF::ESDExecutable Executable; in isSectionData() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCGOFFAttributes.h67 GOFF::ESDExecutable Executable = GOFF::ESD_EXE_Unspecified; member
77 GOFF::ESDExecutable Executable = GOFF::ESD_EXE_Unspecified; member
/freebsd/tools/build/options/
H A DWITH_PIE2 Position-Independent Executable (PIE).
H A DWITHOUT_PIE2 Position-Independent Executable (PIE).
/freebsd/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/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/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/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h228 GOFF::ESDExecutable &Executable) { in getExecutable() argument
231 Executable = (GOFF::ESDExecutable)Value; in getExecutable()
/freebsd/contrib/file/magic/Magdir/
H A Dcoff53 # Windows CE 3.0 Common Executable Format, created by linkcef.exe with /MACHINE:CEF flag
57 >0 uleshort 0x0cef Common Executable Format
210 0 string VZ TE (Terse Executable) file
H A Dsgi6 # Executable images are handled either in aout (for old-style a.out
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h37 std::string Executable; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h244 GOFF_BEHAVIORAL_ATTRIBUTE(Executable, GOFF::ESDExecutable, 3, 5, 3)
/freebsd/contrib/dialog/
H A DREADME44 Executable and library name of cdialog are the same of dialog, for
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst83 * Executable-only and readable-executable sections are now allowed to be placed
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp718 std::string Executable = CommandLine[0]; in createAndRunToolInvocation() local
727 Consumer.handleBuildCommand({std::move(Executable), std::move(Args)}); in createAndRunToolInvocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td188 def CA_Executable: Category<"Executable"> {}
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp744 return Cat == Category::Executable || Cat == Category::Subsidiary; in isOpenMPExecutableDirective()
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol272 (ZFS Event Daemon Linkage for Executable Tasks) that have been enabled
/freebsd/contrib/bmake/
H A Dconfigure.in233 dnl Executable suffix - normally empty; .exe on os2.

12