| /third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/ |
| D | llvm.go | 16 // 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 …]
|
| /third_party/rust/crates/clap/clap_bench/benches/ |
| D | 06_rustup.rs | 38 .about("Show the active and installed toolchains") in build_cli() 43 .about("Update Rust toolchains") in build_cli() 50 .about("Update Rust toolchains") in build_cli() 69 .about("Modify or query the installed toolchains") in build_cli() 71 .subcommand(Command::new("list").about("List installed toolchains")) in build_cli() 308 .about("The triple used to identify toolchains when not specified") in build_cli() 329 If there are multiple toolchains installed then all installed 330 toolchains are listed as well."; 334 installed toolchains from the official release channels, then updates 356 Many `rustup` commands deal with *toolchains*, a single installation [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | android_build.sh | 16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 89 export CC=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch}-ar 90 export CC=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${ccarch}29-clang 91 export CXX=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${ccarch}29-clang++ 92 export LD=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch}-ld 93 export RANLIB=/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch}-ranlib
|
| /third_party/rust/crates/cxx/tools/buck/toolchains/ |
| D | BUCK | 1 load("@prelude//toolchains:cxx.bzl", "system_cxx_toolchain") 2 load("@prelude//toolchains:genrule.bzl", "system_genrule_toolchain") 3 load("@prelude//toolchains:python.bzl", "system_python_bootstrap_toolchain") 4 load("@prelude//toolchains:rust.bzl", "system_rust_toolchain")
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | create-android-cross-file.sh | 18 ar = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-ar' 19 c = ['ccache', '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch2}29-clang', '-fno-exceptions'… 20 cpp = ['ccache', '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/${arch2}29-clang++', '-fno-excepti… 23 strip = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-strip'
|
| /third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
| D | Build-Mac-Clang-x86_64-Debug-ASAN.json | 168 … "[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang" 173 …"@@@STEP_LOG_LINE@listdir@[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.x… 185 …"[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/… 191 …"@@@STEP_LOG_LINE@glob@[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xcto… 192 …"@@@STEP_LOG_LINE@glob@[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xcto… 193 …"@@@STEP_LOG_LINE@glob@[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xcto… 205 …"[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/… 219 …"[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/… 233 …"[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/…
|
| /third_party/gn/src/gn/ |
| D | args.cc | 172 // when used from different toolchains, so we can't just check that we've in RemoveDeclaredOverrides() 199 // variable errors in other toolchains. Also, in some cases it's reasonable in RemoveDeclaredOverrides() 271 // Sort the toolchains from declared_arguments_per_toolchain_ so in GetAllArguments() 274 std::vector<const Settings*> toolchains; in GetAllArguments() local 275 toolchains.reserve(declared_arguments_per_toolchain_.size()); in GetAllArguments() 277 toolchains.push_back(map_pair.first); in GetAllArguments() 279 std::sort(toolchains.begin(), toolchains.end(), in GetAllArguments() 281 // NOTE: There can be multiple default toolchains in the map! in GetAllArguments() 291 for (const auto& toolchain : toolchains) { in GetAllArguments()
|
| D | function_set_default_toolchain.cc | 29 under any non-default toolchains. 48 set_default_toolchain("//toolchains:64") 50 set_default_toolchain("//toolchains:32")
|
| D | json_project_writer.cc | 380 std::map<Label, const Toolchain*> toolchains; in GenerateJSON() local 400 toolchains[target->toolchain()->label()] = target->toolchain(); in GenerateJSON() 405 json_writer.BeginDict("toolchains"); in GenerateJSON() 407 for (const auto& tool_chain_kv : toolchains) { in GenerateJSON() 457 json_writer.EndDict(); // toolchains in GenerateJSON()
|
| D | label.cc | 79 // we're parsing toolchains. 181 // Last, do the toolchains. in Resolve() 205 and toolchains) are identified by labels. A common label looks like: 219 Toolchains
|
| D | ninja_build_writer.cc | 176 // Given two toolchains with the same name, generates an error message 183 "Two or more toolchains write to the same directory:\n " + in GetDuplicateToolchainError() 186 "This can be fixed by making sure that distinct toolchains have\n" in GetDuplicateToolchainError() 381 // Compute the pools referenced by all tools of all used toolchains. in WriteAllPools() 419 // Write toolchains sorted by their name, to make output deterministic. in WriteSubninjas() 440 // Since the toolchains are sorted, comparing to the previous subninja is in WriteSubninjas() 608 // Write out the names labels of executables. Many toolchains will produce
|
| D | test_with_scope.h | 60 // other toolchains they make. 61 // Two slightly different toolchains can be generated by this function,
|
| /third_party/gn/docs/ |
| D | cross_compiles.md | 61 not directly working on toolchains, compiler configs, etc.), generally 73 toolchains. You can do similar things for the `host_cpu` and `host_os` 84 of the reference doc](reference.md#Toolchains). 90 # Applies only to toolchains targeting target_cpu.
|
| /third_party/mesa3d/docs/ |
| D | android.rst | 22 ar = 'NDKDIR/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar' 23 c = ['ccache', 'NDKDIR/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang'] 24 …cpp = ['ccache', 'NDKDIR/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang++… 27 strip = 'NDKDIR/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip'
|
| /third_party/rust/crates/cxx/ |
| D | .buckconfig | 4 toolchains = tools/buck/toolchains
|
| /third_party/rust/crates/libc/ci/docker/armv7-unknown-linux-uclibceabihf/ |
| D | Dockerfile | 9 RUN curl --retry 5 -L https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tar…
|
| /third_party/rust/crates/libc/ci/docker/mipsel-unknown-linux-uclibc/ |
| D | Dockerfile | 14 RUN curl --retry 5 -L https://toolchains.bootlin.com/downloads/releases/toolchains/mips32el/tarball…
|
| /third_party/node/deps/openssl/openssl/ |
| D | NOTES-ANDROID.md | 41 …PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_ROOT/toolchains/arm-… 50 PATH=$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin:$PATH
|
| /third_party/openssl/ |
| D | NOTES-ANDROID.md | 41 …PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_ROOT/toolchains/arm-… 50 PATH=$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin:$PATH
|
| /third_party/musl/dist/ |
| D | config.mak | 20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only) 23 # Uncomment to fix broken distro-patched toolchains where stack-protector=on
|
| /third_party/node/ |
| D | BUILDING.md | 17 * [Supported toolchains](#supported-toolchains) 18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains) 94 combination. A list of [supported compile toolchains](#supported-toolchains) is 124 binaries are [built on RHEL 8 systems](#official-binary-platforms-and-toolchains) 149 ### Supported toolchains 151 Depending on the host platform, the selection of toolchains may vary. 159 ### Official binary platforms and toolchains 207 Supported platforms and toolchains change with each major version of Node.js.
|
| D | android_configure.py | 59 toolchain_path = android_ndk_path + "/toolchains/llvm/prebuilt/darwin-x86_64" 63 toolchain_path = android_ndk_path + "/toolchains/llvm/prebuilt/linux-x86_64"
|
| /third_party/vk-gl-cts/external/amber/src/kokoro/scripts/linux/ |
| D | build_dawn-docker.sh | 19 . /bin/using.sh # Declare the bash `using` function for configuring toolchains. 57 # Fetch external dependencies and toolchains with gclient
|
| /third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
| D | NativeLibs.mk | 310 # The directory names for the different toolchains 311 TOOLCHAIN_X86 := toolchains/x86 312 TOOLCHAIN_X86_64 := toolchains/x86_64 313 TOOLCHAIN_ARM := toolchains/arm 314 TOOLCHAIN_ARM_V7A := toolchains/arm-v7a 315 TOOLCHAIN_ARM_V7A_HARD := toolchains/arm-v7a-hard 316 TOOLCHAIN_ARM64_V8A := toolchains/arm64-v8a 317 TOOLCHAIN_MIPS := toolchains/mips 318 TOOLCHAIN_MIPS64 := toolchains/mips64 336 # The settings to use for the individual toolchains: [all …]
|
| /third_party/skia/third_party/externals/tint/ |
| D | README.md | 37 # Fetch external dependencies and toolchains with gclient 71 ld: file not found:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u…
|