Home
last modified time | relevance | path

Searched full:toolchains (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/external/angle/build/
Dxcode_binaries.yaml24 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison
25 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal/macos
26 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/air-lld
27 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison
28 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/gm4
29 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/gperf
30 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool
31 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
32 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
33 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo
[all …]
/external/cronet/build/
Dxcode_binaries.yaml24 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison
25 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison
26 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/gm4
27 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/gperf
28 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool
29 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
30 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
31 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo
32 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-nm
33 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-objdump
[all …]
/external/jacoco/.azure-pipelines/
Dazure-pipelines.yml46 <toolchains>
57 </toolchains>
58 " > toolchains.xml
68 --toolchains=toolchains.xml --settings=.azure-pipelines/maven-settings.xml
72 --toolchains=toolchains.xml
77 --toolchains=toolchains.xml --settings=.azure-pipelines/maven-settings.xml
81 --toolchains=toolchains.xml
/external/pigweed/pw_toolchain/
DBUILD.gn19 import("arm_gcc/toolchains.gni")
21 import("host_clang/toolchains.gni")
22 import("host_gcc/toolchains.gni")
24 # For each of the toolchains below, the toolchain GNI file has the corresponding
29 # Generate ARM GCC toolchains
31 toolchains = pw_toolchain_arm_gcc_list
34 # Generate Host GCC toolchains
36 toolchains = pw_toolchain_host_gcc_list
39 # Generate Host Clang toolchains
41 toolchains = pw_toolchain_host_clang_list
Ddocs.rst6 GN toolchains function both as a set of tools for compilation and as a workspace
8 different toolchains. Each toolchain maintains its own set of build args, and
9 build steps from all toolchains can be executed in parallel.
12 Toolchains chapter
14 ``pw_toolchain`` module provides GN toolchains that may be used to build
15 Pigweed. Various GCC and Clang toolchains for multiple platforms are provided.
16 Toolchains names typically include the compiler (``clang`` or ``gcc`` and
20 Non-C/C++ toolchains
23 template. This template creates toolchains that cannot compile C/C++ source
24 code. These toolchains may only be used to execute GN actions or declare groups
[all …]
Dgenerate_toolchain.gni49 # be generated at a given target path, so if multiple toolchains parse the
51 # is primarily to allow generating sub-toolchains. Defaults to
72 # toolchains you encounter. For sub-toolchains, they must be generated from
100 # Uncomment this line to see which toolchains generate other toolchains.
367 # toolchain. Used for generating derivative toolchains.
444 # toolchains: List of scopes defining each of the desired toolchains.
449 assert(defined(invoker.toolchains),
450 "generate_toolchains must be called with a list of toolchains")
452 # Create a target for each of the desired toolchains, appending its own cflags
454 foreach(_toolchain, invoker.toolchains) {
/external/tensorflow/tensorflow/
Dopensource_only.files123 tensorflow/tools/toolchains/BUILD:
124 tensorflow/tools/toolchains/clang6/BUILD:
125 tensorflow/tools/toolchains/cpus/py/BUILD:
126 tensorflow/tools/toolchains/cpus/py3/BUILD:
127 tensorflow/tools/toolchains/embedded/arm-linux/BUILD:
128 tensorflow/tools/toolchains/java/BUILD:
129 tensorflow/tools/toolchains/remote/BUILD:
130 tensorflow/tools/toolchains/remote_config/BUILD:
131 tensorflow/tools/toolchains/win/BUILD:
132 tensorflow/tools/toolchains/win/bazel_211/BUILD:
[all …]
/external/pigweed/targets/host/
Dtarget_docs.rst9 Toolchains chapter
11 Pigweed several toolchains preconfigured for compiling for the host.
44 These toolchains may be used directly by downstream projects if desired. For
45 upstream builds, Pigweed uses internal-only variants of these toolchains. The
46 upstream toolchains are defined in ``//targets/host/pigweed_internal`` and are
47 prefixed with ``pw_strict_``. The upstream toolchains may not be used by
50 Toolchains for other C++ standards
54 toolchains for testing with C++14 and C++20.
59 These toolchains are only permitted for use in upstream pigweed, but downstream
60 users may create similar toolchains as needed.
[all …]
/external/pigweed/pw_android_toolchain/
Ddocs.rst6 Android toolchains differ from ``pw_toolchain`` in that the latter defines the
22 Toolchains chapter
24 ``pw_android_toolchain`` provides GN toolchains that may be used to build
25 Pigweed against an Android NDK. The following toolchains are defined:
44 Defining Toolchains
46 Defining Android NDK toolchains is similar to ``pw_toolchain`` except that
56 import("$dir_pw_android_toolchain/toolchains.gni")
83 Since Android NDKs contain toolchains for all supported targets, as a
92 toolchains = pw_toolchain_android_list
Dgenerate_toolchain.gni44 …_clang_prefix = "${pw_android_toolchain_NDK_PATH}/toolchains/llvm/prebuilt/${_host_os}${_host_cpu}…
88 # toolchains: List of scopes defining each of the desired tolchains.
94 defined(invoker.toolchains),
95 "pw_generate_android_toolchains must be called with a list of toolchains")
97 # Create a target for each of the desired toolchains.
98 foreach(_toolchain, invoker.toolchains) {
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_cmake_arm.md76 under ${HOME}/toolchains.
80 mkdir -p ${HOME}/toolchains
81 tar xvf gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz -C ${HOME}/toolchains
90 ARMCC_PREFIX=${HOME}/toolchains/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin/aarch64-linux-gnu-
113 under ${HOME}/toolchains.
117 mkdir -p ${HOME}/toolchains
118 tar xvf gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -C ${HOME}/toolchains
128 ARMCC_PREFIX=${HOME}/toolchains/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueab…
152 ${HOME}/toolchains.
156 tar xzf rpi-toolchain.tar.gz -C ${HOME}/toolchains
[all …]
/external/angle/build/android/pylib/constants/
Dhost_paths_unittest.py14 # This map corresponds to the binprefix of NDK prebuilt toolchains for various
17 'arm': 'toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/' +
20 'toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/' +
22 'x86': 'toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-',
24 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
26 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
28 'toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/' +
/external/libchrome/build/android/pylib/constants/
Dhost_paths_unittest.py14 # This map corresponds to the binprefix of NDK prebuilt toolchains for various
17 'arm': 'toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/' +
20 'toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/' +
22 'x86': 'toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-',
24 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
26 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
28 'toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/' +
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/
Dwindows.bazelrc8 build --host_crosstool_top=//third_party/toolchains/bazel_0.26.0_rbe_windows:toolchain
9 build --crosstool_top=//third_party/toolchains/bazel_0.26.0_rbe_windows:toolchain
10 build --extra_toolchains=//third_party/toolchains/bazel_0.26.0_rbe_windows:cc-toolchain-x64_windows
11 # Use custom execution platforms defined in third_party/toolchains
12 build --extra_execution_platforms=//third_party/toolchains:rbe_windows
13 build --host_platform=//third_party/toolchains:rbe_windows
14 build --platforms=//third_party/toolchains:rbe_windows
/external/cronet/build/android/pylib/constants/
Dhost_paths_unittest.py15 # This map corresponds to the binprefix of NDK prebuilt toolchains for various
18 'arm': 'toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/' +
21 'toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/' +
23 'x86': 'toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-',
25 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
27 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
29 'toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/' +
/external/pigweed/pw_build/
Dmulti_toolchain_group.gni15 # Declares a group that builds a list of dependencies using multiple toolchains.
18 # toolchains. This results in M x N targets being built, where M is the number
19 # of toolchains, and N is the number of targets listed in the `deps` variable.
26 # toolchains: (required) A list of toolchain labels to build the dependencies
32 assert(defined(invoker.toolchains),
33 "`toolchains` must be defined to use this template")
37 foreach(tc, invoker.toolchains) {
/external/cpu_features/scripts/
Dtest_integration.sh3 # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems
8 # Toolchains for little-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
13 # Toolchains for little-endian, 32-bit ARMv8 for GNU/Linux systems
18 # Toolchains for little-endian, soft-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
23 # Toolchains for big-endian, 64-bit ARMv8 for GNU/Linux systems
28 # Toolchains for big-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
33 # Toolchains for big-endian, soft-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
/external/swiftshader/tests/regres/llvm/
Dllvm.go16 // toolchains.
142 // Toolchains is a list of Toolchain
143 type Toolchains []Toolchain type
146 func (l Toolchains) Find(v Version) *Toolchain {
156 func (l Toolchains) FindAtLeast(v Version) *Toolchain {
167 // Search looks for llvm toolchains in paths.
169 func Search(paths ...string) Toolchains {
170 toolchains := map[Version]Toolchain{}
178 toolchains[t.Version] = *t
182 toolchains[t.Version] = *t
[all …]
/external/llvm/tools/xcode-toolchain/
DCMakeLists.txt6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows
10 # Setting an environment variable TOOLCHAINS to the toolchain's identifier will
15 # path specified by $CMAKE_INSTALL_PREFIX/Toolchains
20 # system compiler by setting TOOLCHAINS=org.llvm.${PACKAGE_VERSION} in the
27 # export EXTERNAL_TOOLCHAINS_DIR=$PWD/install/Toolchains
28 # export TOOLCHAINS=org.llvm.3.8.0svn
49 string(REGEX MATCH "(.*/Toolchains)/.*" toolchains_match ${clang_path})
56 set(LLVMToolchainDir "${CMAKE_INSTALL_PREFIX}/Toolchains/LLVM${PACKAGE_VERSION}.xctoolchain/")
/external/open-dice/toolchains/
DBUILD.gn67 "//toolchains:common_config",
68 "//toolchains:enable_sanitizers",
86 "//toolchains:common_config",
87 "//toolchains:enable_sanitizers",
88 "//toolchains:enable_fuzzer",
105 default_configs += [ "//toolchains:common_config" ]
109 # Create the actual GN toolchains.
/external/jacoco/.travis/
Dappveyor-toolchains.xml2 <toolchains xmlns="http://maven.apache.org/TOOLCHAINS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLS…
3 …xsi:schemaLocation="http://maven.apache.org/TOOLCHAINS/1.1.0 http://maven.apache.org/xsd/toolchain…
17 </toolchains>
/external/cronet/build/toolchain/android/
DBUILD.gn23 # Android toolchains need to declare .dwp files as outputs, so need to know
56 dwp = rebase_path("$android_ndk_root/toolchains/$_dwp", root_build_dir)
67 # non-android toolchains, it causes unwanted configs from perfetto to
85 # chromeos toolchains, to build Ash-Chrome or Lacros-Chrome in a
87 # eventually resulted in that android toolchains being used inside a LaCrOS
121 # chromeos toolchains, to build Ash-Chrome or Lacros-Chrome in a
123 # eventually resulted in that android toolchains being used inside a LaCrOS
/external/pigweed/pw_ide/
Ddocs.rst45 multiple targets and/or use multiple toolchains need separate compilation
83 to the correct toolchains and sysroots. One way to do this is to launch your
86 toolchains are in the Pigweed environment or ``$PATH``. But if you launch your
130 #. Embedded projects cross-compile using alternative toolchains, rather than
131 using the system toolchain. ``clangd`` doesn't know about those toolchains
135 targets that use *multiple* toolchains. Most build systems that generate
159 additional configuration as long as you're using only toolchains provided by
160 Pigweed and your native host toolchain. If you're using other toolchains, keep
171 When using ``pw_ide`` with external toolchains, you only need to add a path to
/external/bazelbuild-rules_license/tools/
Dtest_helpers.bzl46 toolchains = [],
57 toolchains: List of toolchains needed to run the command, passed to genrule.
76 toolchains = toolchains,
/external/skia/toolchain/
Ddownload_toolchains.bzl2 This file exports the various toolchains for the hosts that we support building Skia on.
26 Point Bazel to the correct rules for downloading the different toolchains.
29 *args: multiple toolchains, see top of file for
30 list of supported toolchains.

12345678910>>...27