Home
last modified time | relevance | path

Searched full:toolchain (Results 1 – 25 of 1752) sorted by relevance

12345678910>>...71

/external/angle/build/rust/std/rules/
DBUILD.gn9 …crate_root = "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.19.0/src/lib.rs"
11 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.19.0/src/function.rs",
12 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.19.0/src/lazy.rs",
13 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.19.0/src/lib.rs",
53 crate_root = "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/adler-1.0.2/src/lib.rs"
55 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/adler-1.0.2/src/algo.rs",
56 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/adler-1.0.2/src/lib.rs",
93 crate_root = "//third_party/rust-toolchain/lib/rustlib/src/rust/library/alloc/src/lib.rs"
95 "//third_party/rust-toolchain/lib/rustlib/src/rust/library/alloc/src/alloc.rs",
96 "//third_party/rust-toolchain/lib/rustlib/src/rust/library/alloc/src/alloc/tests.rs",
[all …]
/external/angle/build/config/siso/
Dnacl_linux.star10 "native_client/toolchain/linux_x86/pnacl_newlib/bin/pydir:pydir": {
14 "native_client/toolchain/linux_x86/pnacl_newlib/lib:libllvm": {
18 "native_client/toolchain/linux_x86/saigo_newlib/bin:clang": {
22 "native_client/toolchain/linux_x86/saigo_newlib/lib:libso": {
26 "native_client/toolchain/linux_x86/nacl_x86_glibc/lib/gcc/x86_64-nacl:crtbegin": {
30 "native_client/toolchain/linux_x86/nacl_x86_glibc/libexec/gcc/x86_64-nacl:ccbackend": {
35 "native_client/toolchain/linux_x86/nacl_x86_glibc:header-files": {
39 "native_client/toolchain/linux_x86/pnacl_newlib:header-files": {
43 "native_client/toolchain/linux_x86/saigo_newlib:header-files": {
56 … "command_prefix": "../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang++",
[all …]
/external/cronet/build/config/siso/
Dnacl_linux.star10 "native_client/toolchain/linux_x86/pnacl_newlib/bin/pydir:pydir": {
14 "native_client/toolchain/linux_x86/pnacl_newlib/lib:libllvm": {
18 "native_client/toolchain/linux_x86/saigo_newlib/bin:clang": {
22 "native_client/toolchain/linux_x86/saigo_newlib/lib:libso": {
26 "native_client/toolchain/linux_x86/nacl_x86_glibc/lib/gcc/x86_64-nacl:crtbegin": {
30 "native_client/toolchain/linux_x86/nacl_x86_glibc/libexec/gcc/x86_64-nacl:ccbackend": {
43 … "command_prefix": "../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang++",
45 "native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang++",
53 … "command_prefix": "../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang",
55 "native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang",
[all …]
/external/libpng/
D.appveyor.yml14 - TOOLCHAIN: vstudio
17 - TOOLCHAIN: vstudio
20 - TOOLCHAIN: vstudio
24 - TOOLCHAIN: msys2
27 - TOOLCHAIN: msys2
30 - TOOLCHAIN: msys2
33 - TOOLCHAIN: msys2
36 - TOOLCHAIN: msys2
39 - TOOLCHAIN: msys2
44 - 'if "%TOOLCHAIN%"=="vstudio" C:\tools\vcpkg\vcpkg.exe install zlib:%ARCH%-windows'
[all …]
/external/clang/lib/Driver/
DToolChain.cpp1 //===--- ToolChain.cpp - Collections of tools for one platform ------------===//
18 #include "clang/Driver/ToolChain.h"
40 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args, in CalculateRTTIMode()
46 return ToolChain::RM_EnabledExplicitly; in CalculateRTTIMode()
48 return ToolChain::RM_DisabledExplicitly; in CalculateRTTIMode()
53 return ToolChain::RM_EnabledImplicitly; in CalculateRTTIMode()
63 return ToolChain::RM_EnabledImplicitly; in CalculateRTTIMode()
65 return ToolChain::RM_DisabledImplicitly; in CalculateRTTIMode()
68 ToolChain::ToolChain(const Driver &D, const llvm::Triple &T, in ToolChain() function in ToolChain
78 ToolChain::~ToolChain() { in ~ToolChain()
[all …]
DTools.h41 SmallString<128> getCompilerRT(const ToolChain &TC,
61 const ToolChain *AuxToolChain) const;
109 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang()
125 ClangAs(const ToolChain &TC) in ClangAs()
145 GnuTool(const char *Name, const char *ShortName, const ToolChain &TC) in GnuTool()
153 Common(const char *Name, const char *ShortName, const ToolChain &TC) in Common()
173 Preprocessor(const ToolChain &TC) in Preprocessor()
185 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler()
196 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {} in Linker()
212 Assembler(const ToolChain &TC) in Assembler()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
D.travis.yml10 - ubuntu-toolchain-r-test
20 - ubuntu-toolchain-r-test
30 - ubuntu-toolchain-r-test
40 - ubuntu-toolchain-r-test
50 - ubuntu-toolchain-r-test
60 - ubuntu-toolchain-r-test
70 - ubuntu-toolchain-r-test
81 - ubuntu-toolchain-r-test
82 - sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main'
93 - ubuntu-toolchain-r-test
[all …]
/external/rust/crates/smallvec/.github/workflows/
Dmain.yml14 toolchain: ["stable", "beta", "nightly", "1.36.0"]
17 - toolchain: stable
20 - toolchain: beta
24 toolchain: nightly
35 - name: Install toolchain
36 uses: actions-rs/toolchain@v1
39 toolchain: ${{ matrix.toolchain }}
46 if: matrix.toolchain != '1.36.0'
50 if: matrix.toolchain != '1.36.0'
54 if: matrix.toolchain == 'nightly'
[all …]
/external/rust/crates/coset/.github/workflows/
Dci.yml24 - uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
27 toolchain: ${{ matrix.rust }}
45 - uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
48 toolchain: ${{ matrix.rust }}
66 - uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
69 toolchain: ${{ matrix.rust }}
86 - uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
89 toolchain: ${{ matrix.rust }}
106 - uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
109 toolchain: ${{ matrix.rust }}
[all …]
/external/google-fruit/extras/dockerfiles/
Dubuntu-18.04_custom.list1 deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main
2 deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic main
3 deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-5.0 main
4 deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-5.0 main
5 deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-6.0 main
6 deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-6.0 main
7 deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main
8 deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main
9 deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main
10 deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main
[all …]
Dubuntu_arm-16.04_custom.list1 deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main
2 deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main
3 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main
4 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial main
5 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main
6 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main
7 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main
8 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main
9 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main
10 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main
/external/cronet/build/config/
Drust.gni8 import("//build/toolchain/toolchain.gni")
33 # the toolchain (by switching 'enable_rust' to true) while still disabling
38 # Use the Rust toolchain built in-tree. See //tools/rust.
43 # true, the local build is only used with the Chromium Rust toolchain and only
47 # Chromium currently has a Rust toolchain for Android and Linux, but
49 # argument to specify an alternative toolchain.
55 # If you're using an external Rust toolchain, set this to a Rust
59 # If you're using a Rust toolchain as specified by rust_sysroot_absolute,
63 # Any extra std rlibs in your Rust toolchain, relative to the standard
64 # Rust toolchain. Typically used with 'rust_sysroot_absolute'
[all …]
/external/swiftshader/tests/regres/llvm/
Dllvm.go37 // Version holds the build version information of an LLVM toolchain.
63 // Download downloads and verifies the LLVM toolchain for the current OS.
68 // DownloadForOS downloads and verifies the LLVM toolchain for the given OS.
136 // Toolchain holds the paths and version information about an LLVM toolchain.
137 type Toolchain struct { struct
142 // Toolchains is a list of Toolchain
143 type Toolchains []Toolchain
145 // Find looks for a toolchain with the specific version.
146 func (l Toolchains) Find(v Version) *Toolchain {
155 // FindAtLeast looks for a toolchain with the given version, returning the highest found version.
[all …]
/external/angle/build/config/
Drust.gni8 import("//build/toolchain/toolchain.gni")
21 # not use Rust and thus won't want to depend on having the Rust toolchain
30 # the toolchain (by switching 'enable_rust' to true) while still disabling
35 # Chromium provides a Rust toolchain in //third_party/rust-toolchain when
38 # To use a custom toolchain instead, specify an absolute path to the root of
43 # If you're using a Rust toolchain as specified by rust_sysroot_absolute,
45 # Rust targets to be rebuilt, which allows you to update your toolchain and
49 # If you're using a Rust toolchain as specified by rust_sysroot_absolute,
53 # Any extra std rlibs in your Rust toolchain, relative to the standard
54 # Rust toolchain. Typically used with 'rust_sysroot_absolute'
[all …]
/external/brotli/
D.travis.yml16 - ubuntu-toolchain-r-test
25 - ubuntu-toolchain-r-test
38 - ubuntu-toolchain-r-test
51 - ubuntu-toolchain-r-test
52 - llvm-toolchain-xenial-7
64 - llvm-toolchain-xenial-7
65 - ubuntu-toolchain-r-test
73 - llvm-toolchain-trusty-3.5
74 - ubuntu-toolchain-r-test
86 - ubuntu-toolchain-r-test
[all …]
/external/skia/toolchain/
DBUILD.bazel11 # https://bazel.build/reference/be/platform#toolchain
12 toolchain(
14 # Where should we run this toolchain?
18 # We do not want an extra constraint here related to the hermetic toolchain because
19 # we want the toolchain to run on any Linux x64 machine (and it certainly can).
21 # What can this toolchain build?
25 # We want to be able to explicitly tell Bazel to use this toolchain, and not the
27 # that we can use to differentiate the "stock" C++ toolchain from our hermetic one and
31 toolchain = ":linux_amd64_host",
36 # Our one mac toolchain can run on either Intel Macs or M1 Macs, however Bazel does not allow you t…
[all …]
/external/cronet/build/toolchain/
Dtoolchain.gni5 # Toolchain-related configuration that may be needed outside the context of the
6 # toolchain() rules themselves.
23 # Whether this toolchain should avoid building any sanitizer support
24 # because it's a host toolchain where we aim to make shared objects that may
73 # While other "tool"s in a toolchain are specific to the target of that
74 # toolchain, the "stamp" and "copy" tools are really generic to the host;
75 # but each toolchain must define them separately. GN doesn't allow a
76 # template instantiation inside a toolchain definition, so some boilerplate
77 # has to be repeated in each toolchain to define these two tools. These
83 rebase_path("//build/toolchain/win/tool_wrapper.py", root_build_dir)
[all …]
/external/angle/build/docs/
Dmac_hermetic_toolchain.md1 # Mac and iOS hermetic toolchain instructions
3 The following is a short explanation of why we use a the hermetic toolchain
4 and instructions on how to roll a new toolchain. This toolchain is only
7 ## How to roll a new hermetic toolchain.
16 The CIPD package creates a subset of the toolchain necessary for a build.
24 ## Why we use a hermetic toolchain.
29 for these other binaries. Using a hermetic toolchain has two main benefits:
31 1. Build Chrome with a well-defined toolchain (rather than whatever happens to
34 2. Easily roll/update the toolchain.
/external/cronet/build/docs/
Dmac_hermetic_toolchain.md1 # Mac and iOS hermetic toolchain instructions
3 The following is a short explanation of why we use a the hermetic toolchain
4 and instructions on how to roll a new toolchain. This toolchain is only
7 ## How to roll a new hermetic toolchain.
16 The CIPD package creates a subset of the toolchain necessary for a build.
24 ## Why we use a hermetic toolchain.
29 for these other binaries. Using a hermetic toolchain has two main benefits:
31 1. Build Chrome with a well-defined toolchain (rather than whatever happens to
34 2. Easily roll/update the toolchain.
/external/rust/crates/ahash/.github/workflows/
Drust.yml11 uses: actions-rs/toolchain@v1
13 toolchain: stable
56 uses: actions-rs/toolchain@v1
58 toolchain: nightly
84 - uses: actions-rs/toolchain@v1
86 toolchain: stable
97 - uses: actions-rs/toolchain@v1
99 toolchain: stable
118 - uses: actions-rs/toolchain@v1
120 toolchain: nightly
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/
D.cproject17 …<toolChain id="com.atollic.truestudio.exe.debug.toolchain.683225115" name="Atollic ARM Tools" supe…
21 …io.exe.debug.toolchain.platform.2054752829" isAbstract="false" name="Debug platform" superClass="c…
27 …tollic.truestudio.exe.debug.toolchain.as.1545899283" name="Assembler" superClass="com.atollic.true…
39 …ollic.truestudio.exe.debug.toolchain.gcc.1836874447" name="C Compiler" superClass="com.atollic.tru…
69 …dio.exe.debug.toolchain.gcc.optimization.level.1763412676" name="Optimization Level" superClass="c…
75 …atollic.truestudio.exe.debug.toolchain.ld.1444973427" name="C Linker" superClass="com.atollic.true…
94 …ollic.truestudio.exe.debug.toolchain.gpp.981298185" name="C++ Compiler" superClass="com.atollic.tr…
108 …atollic.truestudio.exe.debug.toolchain.ldcc.428260" name="C++ Linker" superClass="com.atollic.true…
117 …ollic.truestudio.exe.debug.toolchain.secoutput.839033486" name="Other" superClass="com.atollic.tru…
121 </toolChain>
[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
11 # result in /usr/bin/<tool> or xcrun <tool> to find the tool in the toolchain.
13 # To make this work with Xcode 7.1 and later you can install the toolchain this
17 # This file generates a custom install-xcode-toolchain target which constructs
18 # and installs a toolchain with the identifier in the pattern:
19 # org.llvm.${PACKAGE_VERSION}. This toolchain can then be used to override the
26 # ninja install-xcode-toolchain
37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off)
51 message(FATAL_ERROR "Could not identify toolchain dir")
[all …]
/external/cronet/build/toolchain/apple/
Dtoolchain.gni14 import("//build/toolchain/cc_wrapper.gni")
15 import("//build/toolchain/goma.gni")
16 import("//build/toolchain/rbe.gni")
17 import("//build/toolchain/toolchain.gni")
38 # If unspecified, will use the toolchain downloaded via deps.
51 # be kept in sync with the `version` of `third_party/swift-toolchain` in
55 # Use the hermetic swift toolchain.
56 swift_toolchain_path = "//third_party/swift-toolchain/"
79 "//build/toolchain/apple/filter_libtool.py",
80 "//build/toolchain/apple/linker_driver.py",
[all …]
/external/angle/build/
Ddotfile_settings.gni32 "//build/toolchain/apple/toolchain.gni",
33 "//build/toolchain/BUILD.gn",
34 "//build/toolchain/concurrent_links.gni",
35 "//build/toolchain/goma.gni",
36 "//build/toolchain/nacl/BUILD.gn",
37 "//build/toolchain/toolchain.gni",
38 "//build/toolchain/win/BUILD.gn",
39 "//build/toolchain/win/win_toolchain_data.gni",
40 "//build/toolchain/zos/BUILD.gn",
/external/cronet/build/
Ddotfile_settings.gni32 "//build/toolchain/apple/toolchain.gni",
33 "//build/toolchain/BUILD.gn",
34 "//build/toolchain/concurrent_links.gni",
35 "//build/toolchain/goma.gni",
36 "//build/toolchain/nacl/BUILD.gn",
37 "//build/toolchain/toolchain.gni",
38 "//build/toolchain/win/BUILD.gn",
39 "//build/toolchain/win/win_toolchain_data.gni",
40 "//build/toolchain/zos/BUILD.gn",

12345678910>>...71