Home
last modified time | relevance | path

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

12345678910>>...41

/external/bazelbuild-rules_cc/cc/toolchains/variables/
DBUILD1 load("//cc/toolchains/impl:variables.bzl", "cc_builtin_variables", "cc_variable", "types")
8 "//cc/toolchains/actions:link_actions",
9 "//cc/toolchains/actions:compile_actions",
16 actions = ["//cc/toolchains/actions:link_actions"],
22 actions = ["//cc/toolchains/actions:compile_actions"],
28 actions = ["//cc/toolchains/actions:compile_actions"],
34 actions = ["//cc/toolchains/actions:compile_actions"],
41 "//cc/toolchains/actions:link_actions",
42 "//cc/toolchains/actions:compile_actions",
49 actions = ["//cc/toolchains/actions:compile_actions"],
[all …]
/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 - 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/bazelbuild-rules_rust/examples/nix_cross_compiling/
DWORKSPACE.bazel19 # Toolchains
21 "//bazel/toolchains/cc/aarch64-apple-darwin:toolchain",
22 "//bazel/toolchains/cc/aarch64-apple-ios:toolchain",
23 "//bazel/toolchains/cc/aarch64-linux-android:toolchain",
24 "//bazel/toolchains/cc/aarch64-unknown-linux-gnu:toolchain",
25 "//bazel/toolchains/cc/wasm32-unknown-unknown:toolchain",
26 "//bazel/toolchains/cc/wasm32-wasi:toolchain",
27 "//bazel/toolchains/cc/x86_64-apple-darwin:toolchain",
28 "//bazel/toolchains/cc/x86_64-pc-windows-msvc:toolchain",
29 "//bazel/toolchains/cc/x86_64-unknown-linux-gnu:toolchain",
[all …]
/external/bazelbuild-rules_python/python/extensions/
Dpython.bzl22 # targets using any of these toolchains due to the changed repository name.
47 """Calls python_register_toolchains and returns a struct used to collect the toolchains.
64 toolchains = []
67 # toolchain added to toolchains.
135 toolchains.append(toolchain_info)
144 toolchains.append(default_toolchain)
146 if len(toolchains) > _MAX_NUM_TOOLCHAINS:
150 # the various toolchains.
156 for index, toolchain in enumerate(toolchains)
158 toolchain_python_versions = [t.python_version for t in toolchains],
[all …]
/external/skia/toolchain/android_trampolines/gen_trampolines/
Dgen_trampolines.go30 // //toolchains/download_toolchains.bzl.
32 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar",
33 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-dwp",
34 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld",
35 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm",
36 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objcopy",
37 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump",
38 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip",
39 "toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar",
40 "toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-dwp",
[all …]
/external/bazelbuild-rules_cc/tools/migration/
Dcrosstool_to_starlark_lib_test.go65 toolchains := []string{toolchain1, toolchain2}
66 crosstool := makeCrosstool(toolchains)
152 strings.Join(toolchains, "\n"), got)
159 toolchains := []string{toolchainAA, toolchainAB}
160 crosstool := makeCrosstool(toolchains)
216 strings.Join(toolchains, "\n"), got)
223 toolchains := []string{toolchainAA, toolchainBA}
224 crosstool := makeCrosstool(toolchains)
265 strings.Join(toolchains, "\n"), got)
272 toolchains := []string{toolchainAA, toolchainBB}
[all …]
/external/pigweed/pw_toolchain/
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 GN Toolchains
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
19 Non-C/C++ toolchains
22 template. This template creates toolchains that cannot compile C/C++ source
23 code. These toolchains may only be used to execute GN actions or declare groups
[all …]
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
/external/bazelbuild-rules_java/
DMODULE.bazel15 register_toolchains("//toolchains:all")
17 toolchains = use_extension("//java:extensions.bzl", "toolchains")
20 use_repo(toolchains, "remote_java_tools")
21 use_repo(toolchains, "remote_java_tools_linux")
22 use_repo(toolchains, "remote_java_tools_windows")
23 use_repo(toolchains, "remote_java_tools_darwin_x86_64")
24 use_repo(toolchains, "remote_java_tools_darwin_arm64")
27 use_repo(toolchains, "local_jdk")
68 toolchains,
/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/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
57 This toolchains is only permitted for use in upstream pigweed, but downstream
58 users may create similar toolchains as needed.
73 toolchains are supported on all platforms. Unless working specifically on one
/external/bazelbuild-rules_go/go/private/
Dextensions.bzl43 # targets using any of these toolchains due to the changed repository name.
56 …# The order follows bazel's iteration over modules (the toolchains declared by the root module are…
60 toolchains = []
96 toolchains.append(struct(
122 toolchains.append(struct(
132 if len(toolchains) > _MAX_NUM_TOOLCHAINS:
135 # Toolchains in a BUILD file are registered in the order given by name, not in the order they
138 # We pad with an index that lexicographically sorts in the same order as if these toolchains
144 for index, toolchain in enumerate(toolchains)
146 geese = [toolchain.goos for toolchain in toolchains],
[all …]
/external/pigweed/pw_android_toolchain/
Ddocs.rst9 Android toolchains differ from ``pw_toolchain`` in that the latter defines the
25 Toolchains chapter
27 ``pw_android_toolchain`` provides GN toolchains that may be used to build
28 Pigweed against an Android NDK. The following toolchains are defined:
47 Defining Toolchains
49 Defining Android NDK toolchains is similar to ``pw_toolchain`` except that
59 import("$dir_pw_android_toolchain/toolchains.gni")
86 Since Android NDKs contain toolchains for all supported targets, as a
95 toolchains = pw_toolchain_android_list
/external/bazelbuild-rules_cc/cc/toolchains/
Dtoolchain.bzl18 "//cc/toolchains/impl:toolchain_config.bzl",
30 "@rules_cc//cc/toolchains/actions:ar_actions", # copybara-use-repo-external-label
33 "@rules_cc//cc/toolchains/actions:assembly_actions", # copybara-use-repo-external-label
36 … "@rules_cc//cc/toolchains/actions:cc_flags_make_variable", # copybara-use-repo-external-label
37 "@rules_cc//cc/toolchains/actions:c_compile", # copybara-use-repo-external-label
38 "@rules_cc//cc/toolchains/actions:cpp_compile", # copybara-use-repo-external-label
39 "@rules_cc//cc/toolchains/actions:cpp_header_parsing", # copybara-use-repo-external-label
45 … "@rules_cc//cc/toolchains/actions:cpp_link_dynamic_library", # copybara-use-repo-external-label
46 …"@rules_cc//cc/toolchains/actions:cpp_link_nodeps_dynamic_library", # copybara-use-repo-external-…
47 "@rules_cc//cc/toolchains/actions:cpp_link_executable", # copybara-use-repo-external-label
[all …]
/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/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/cc/aarch64-linux-android/
DBUILD.bazel21 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1".for…
23 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include".form…
24 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-lin…
25 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include".format(SDK…
37 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.7".format(SDK_…
38 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.7/lib/linux/aa…
39 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-a…
40 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-a…
41 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib".format(SDK_UNI…
69 … "--sysroot={}/toolchains/llvm/prebuilt/linux-x86_64/sysroot".format(SDK_UNIVERSAL_LINUX_ANDROID),
/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/cronet/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.bazelrc4 build --crosstool_top=//third_party/toolchains:rbe_windows_default_toolchain_suite
5 build --extra_toolchains=//third_party/toolchains:rbe_windows_default_cc_toolchain
6 # Use custom execution platforms defined in third_party/toolchains
7 build --extra_execution_platforms=//third_party/toolchains:rbe_windows_default_platform
8 build --host_platform=//third_party/toolchains:rbe_windows_default_platform
9 build --platforms=//third_party/toolchains:rbe_windows_default_platform
/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/grpc-grpc/tools/remote_build/
Dwindows.bazelrc4 build --crosstool_top=//third_party/toolchains:rbe_windows_default_toolchain_suite
5 build --extra_toolchains=//third_party/toolchains:rbe_windows_default_cc_toolchain
6 # Use custom execution platforms defined in third_party/toolchains
7 build --extra_execution_platforms=//third_party/toolchains:rbe_windows_default_platform
8 build --host_platform=//third_party/toolchains:rbe_windows_default_platform
9 build --platforms=//third_party/toolchains:rbe_windows_default_platform
/external/cpu_features/scripts/
Drun_integration.sh117 …# ref: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-linux
140 # ref: https://toolchains.bootlin.com/
145 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarba…
149 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64be/tar…
153 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/powerpc64le-p…
157 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/powerpc64-pow…
161 …#local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/powerpc-e500…
162 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/powerpc-440fp…
166 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/riscv32-ilp32…
170 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/riscv64-lp64d…
[all …]
/external/cronet/third_party/cpu_features/src/scripts/
Drun_integration.sh117 …# ref: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-linux
140 # ref: https://toolchains.bootlin.com/
145 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarba…
149 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64be/tar…
153 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/powerpc64le-p…
157 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/powerpc64-pow…
161 …#local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/powerpc-e500…
162 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/powerpc-440fp…
166 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/riscv32-ilp32…
170 …local -r TOOLCHAIN_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/riscv64-lp64d…
[all …]

12345678910>>...41