Home
last modified time | relevance | path

Searched refs:tools (Results 1 – 25 of 1168) sorted by relevance

12345678910>>...47

/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist101 clang/tools/CMakeLists.txt
102 clang/tools/amdgpu-arch/
103 clang/tools/apinotes-test/
104 clang/tools/arcmt-test/
105 clang/tools/c-arcmt-test/
106 clang/tools/c-index-test/
107 clang/tools/clang-check/
108 clang/tools/clang-diff/
109 clang/tools/clang-extdef-mapping/
110 clang/tools/clang-format/.clang-format
[all …]
/freebsd/targets/pseudo/bootstrap-tools/
H A DMakefile13 BTOOLSDIR?= ${HOST_OBJTOP}/tools
18 MAKESYSPATH=${SRCTOP}/tools/build/mk:${SRCTOP}/share/mk \
69 bootstrap-tools: legacy
70 build-tools: bootstrap-tools
71 cross-tools: build-tools
73 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS}
97 bootstrap-toolchain: .MAKE cross-tools
/freebsd/tests/sys/acl/
H A DMakefile7 ${PACKAGE}FILES+= tools-crossfs.test
8 ${PACKAGE}FILES+= tools-nfs4.test
9 ${PACKAGE}FILES+= tools-nfs4-psarc.test
10 ${PACKAGE}FILES+= tools-nfs4-trivial.test
11 ${PACKAGE}FILES+= tools-posix.test
/freebsd/sys/modules/sound/sound/
H A DMakefile22 feeder_eq_gen.h: ${SYSDIR}/tools/sound/feeder_eq_mkfilter.awk
23 ${AWK} -f ${SYSDIR}/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET}
25 feeder_rate_gen.h: ${SYSDIR}/tools/sound/feeder_rate_mkfilter.awk
26 ${AWK} -f ${SYSDIR}/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET}
28 snd_fxdiv_gen.h: ${SYSDIR}/tools/sound/snd_fxdiv_gen.awk
29 ${AWK} -f ${SYSDIR}/tools/sound/snd_fxdiv_gen.awk -- > ${.TARGET}
/freebsd/cddl/usr.bin/ctfdump/
H A DMakefile1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/dump
4 PACKAGE= ctf-tools
19 -I${OPENSOLARIS_USR_DISTDIR}/cmd/mdb/tools/common \
22 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
/freebsd/tools/build/mk/
H A DMakefile.boot48 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/linux
59 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/mac
75 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/common
89 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \
90 Copy the header to $${WORLDTMP}/legacy in tools/build/Makefile instead. \
96 .error Do not include $${SRCTOP}/include when building bootstrap tools. \
97 Copy the header to $${WORLDTMP}/legacy in tools/build/Makefile instead. \
/freebsd/cddl/usr.bin/ctfmerge/
H A DMakefile1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
4 PACKAGE= ctf-tools
37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
/freebsd/cddl/usr.bin/ctfconvert/
H A DMakefile3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
4 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
6 PACKAGE= ctf-tools
37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
/freebsd/tools/tools/locale/
H A DREADME6 cd /usr/src/tools/tools/locale
33 clean up tools or posix locale source files generated
42 make tools-test
43 Check if necessary tools are installed or not.
49 make build-tools
/freebsd/tools/tools/net80211/w00t/
H A DREADME2 This is a collection of tools that use raw 802.11 packet injection.
3 None of the tools configure the interface, so be sure to run something
8 beforehand. The following tools are found here:
17 All these tools depend on:
19 libw00t Utility functions used by all tools.
21 Detailed explanation of tools.
44 [For the next set of tools, refer to http://tapir.cs.ucl.ac.uk/bittau-wep.pdf
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp33 using tools::addPathIfExists;
183 tools::mips::getMipsCPUAndABI(Args, Triple, CPUName, ABIName); in getOSLibDir()
192 if (tools::mips::hasMipsAbiArg(Args, "n32")) in getOSLibDir()
343 StringRef ABIName = tools::riscv::getRISCVABI(Args, Triple); in Linux()
374 Tool *Linux::buildLinker() const { return new tools::gnutools::Linker(*this); } in buildLinker()
377 return new tools::gnutools::StaticLibTool(*this); in buildStaticLibTool()
381 return new tools::gnutools::Assembler(*this); in buildAssembler()
481 tools::arm::getARMFloatABI(*this, Args) == tools::arm::FloatABI::Hard)) in getDynamicLinker()
512 tools::arm::getARMFloatABI(*this, Args) == tools::arm::FloatABI::Hard; in getDynamicLinker()
522 tools::loongarch::getLoongArchABI(getDriver(), Args, Triple) + ".so.1") in getDynamicLinker()
[all …]
H A DCommonArgs.cpp71 using namespace clang::driver::tools;
107 return !clang::driver::tools::areOptimizationsEnabled(Args); in useFramePointerForTargetByDefault()
113 return !clang::driver::tools::areOptimizationsEnabled(Args); in useFramePointerForTargetByDefault()
130 return !clang::driver::tools::areOptimizationsEnabled(Args); in useFramePointerForTargetByDefault()
139 return !clang::driver::tools::areOptimizationsEnabled(Args); in useFramePointerForTargetByDefault()
340 void tools::addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists()
346 void tools::handleTargetFeaturesGroup(const Driver &D, in handleTargetFeaturesGroup()
378 tools::unifyTargetFeatures(ArrayRef<StringRef> Features) { in unifyTargetFeatures()
390 void tools::addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList()
444 void tools::AddLinkerInputs(const ToolChain &TC, const InputInfoList &Inputs, in AddLinkerInputs()
[all …]
/freebsd/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
9 SET environment="%programfiles(x86)%\%tools%"
10 IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
67 ECHO *** ERROR, build tools not found: %tools%
/freebsd/share/numericdef/
H A Duk_UA.KOI8-U.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Den_US.US-ASCII.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Den_ZA.US-ASCII.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Dhi_IN.ISCII-DEV.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Dit_CH.ISO8859-15.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Dru_RU.CP866.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Dtr_TR.ISO8859-9.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Duk_UA.ISO8859-5.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Dzh_CN.GB2312.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Dzh_CN.GBK.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
H A Dzh_CN.eucCN.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
/freebsd/share/numericdef_unicode/
H A Dit_CH.UTF-8.src2 # tools in /usr/src/tools/tools/locale. The data is obtained from the

12345678910>>...47