/external/bazelbuild-rules_cc/cc/toolchains/variables/ |
D | BUILD | 1 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/pigweed/pw_toolchain/cc/args/ |
D | BUILD.bazel | 15 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 16 load("@rules_cc//cc/toolchains:feature.bzl", "cc_feature") 24 "@rules_cc//cc/toolchains/actions:c_compile_actions", 25 "@rules_cc//cc/toolchains/actions:cpp_compile_actions", 50 "@rules_cc//cc/toolchains/actions:c_compile_actions", 51 "@rules_cc//cc/toolchains/actions:cpp_compile_actions", 75 actions = ["@rules_cc//cc/toolchains/actions:cpp_compile_actions"], 83 actions = ["@rules_cc//cc/toolchains/actions:cpp_compile_actions"], 91 "@rules_cc//cc/toolchains/actions:compile_actions", 101 "@rules_cc//cc/toolchains/actions:assembly_actions", [all …]
|
/external/pigweed/pw_toolchain/arm_clang/ |
D | BUILD.bazel | 15 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 16 load("@rules_cc//cc/toolchains:toolchain.bzl", "cc_toolchain") 27 "@rules_cc//cc/toolchains/actions:assembly_actions", 28 "@rules_cc//cc/toolchains/actions:c_compile_actions", 29 "@rules_cc//cc/toolchains/actions:cpp_compile_actions", 30 "@rules_cc//cc/toolchains/actions:link_actions", 41 "@rules_cc//cc/toolchains/actions:assembly_actions", 42 "@rules_cc//cc/toolchains/actions:c_compile_actions", 43 "@rules_cc//cc/toolchains/actions:cpp_compile_actions", 44 "@rules_cc//cc/toolchains/actions:link_actions", [all …]
|
/external/bazelbuild-rules_cc/cc/toolchains/args/ |
D | BUILD | 1 load("//cc/toolchains:feature.bzl", "cc_feature") 17 "//cc/toolchains/args/archiver_flags", 18 "//cc/toolchains/args/force_pic_flags", 19 "//cc/toolchains/args/libraries_to_link", 20 "//cc/toolchains/args/linker_param_file", 21 "//cc/toolchains/args/runtime_library_search_directories", 22 "//cc/toolchains/args/shared_flag", 27 "//cc/toolchains/features/legacy:build_interface_libraries", 28 "//cc/toolchains/features/legacy:compiler_input_flags", 29 "//cc/toolchains/features/legacy:compiler_output_flags", [all …]
|
/external/cronet/stable/build/ |
D | xcode_binaries.yaml | 24 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison 25 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal 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/tot/build/ |
D | xcode_binaries.yaml | 24 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison 25 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal 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/angle/build/ |
D | xcode_binaries.yaml | 27 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison 28 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal 29 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/air-lld 30 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison 31 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/gm4 32 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/gperf 33 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool 34 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld 35 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool 36 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo [all …]
|
/external/bazelbuild-rules_cc/cc/toolchains/args/libraries_to_link/ |
D | BUILD | 1 load("//cc/toolchains:args.bzl", "cc_args") 2 load("//cc/toolchains:nested_args.bzl", "cc_nested_args") 3 load("//cc/toolchains/args/libraries_to_link/private:library_link_args.bzl", "library_link_args") 9 actions = ["//cc/toolchains/actions:link_actions"], 21 "param_file": "//cc/toolchains/variables:thinlto_param_file", 23 requires_not_none = "//cc/toolchains/variables:thinlto_param_file", 29 requires_not_none = "//cc/toolchains/variables:libraries_to_link", 34 iterate_over = "//cc/toolchains/variables:libraries_to_link", 45 requires_equal = "//cc/toolchains/variables:libraries_to_link.type", 52 requires_false = "//cc/toolchains/variables:libraries_to_link.is_whole_archive", [all …]
|
/external/bazelbuild-rules_rust/examples/nix_cross_compiling/ |
D | WORKSPACE.bazel | 19 # 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_cc/cc/toolchains/args/archiver_flags/ |
D | BUILD | 1 load("//cc/toolchains:args.bzl", "cc_args") 2 load("//cc/toolchains:args_list.bzl", "cc_args_list") 3 load("//cc/toolchains:nested_args.bzl", "cc_nested_args") 19 actions = ["//cc/toolchains/actions:ar_actions"], 28 actions = ["//cc/toolchains/actions:ar_actions"], 33 format = {"output_execpath": "//cc/toolchains/variables:output_execpath"}, 34 requires_not_none = "//cc/toolchains/variables:output_execpath", 39 actions = ["//cc/toolchains/actions:ar_actions"], 41 requires_not_none = "//cc/toolchains/variables:libraries_to_link", 46 iterate_over = "//cc/toolchains/variables:libraries_to_link", [all …]
|
/external/bazelbuild-rules_cc/cc/toolchains/args/runtime_library_search_directories/ |
D | BUILD | 1 load("//cc/toolchains:args.bzl", "cc_args") 2 load("//cc/toolchains:args_list.bzl", "cc_args_list") 3 load("//cc/toolchains:feature_constraint.bzl", "cc_feature_constraint") 4 load("//cc/toolchains:nested_args.bzl", "cc_nested_args") 16 all_of = ["//cc/toolchains/features:static_link_cpp_runtimes"], 21 none_of = ["//cc/toolchains/features:static_link_cpp_runtimes"], 35 actions = ["//cc/toolchains/actions:link_actions"], 38 requires_not_none = "//cc/toolchains/variables:runtime_library_search_directories", 43 iterate_over = "//cc/toolchains/variables:runtime_library_search_directories", 60 "search_path": "//cc/toolchains/variables:runtime_library_search_directories", [all …]
|
/external/pigweed/pw_toolchain/arm_gcc/ |
D | BUILD.bazel | 16 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 17 load("@rules_cc//cc/toolchains:toolchain.bzl", "cc_toolchain") 52 "@rules_cc//cc/toolchains/actions:compile_actions", 65 "@rules_cc//cc/toolchains/actions:assembly_actions", 66 "@rules_cc//cc/toolchains/actions:compile_actions", 67 "@rules_cc//cc/toolchains/actions:link_actions", 78 "@rules_cc//cc/toolchains/actions:assembly_actions", 79 "@rules_cc//cc/toolchains/actions:compile_actions", 80 "@rules_cc//cc/toolchains/actions:link_actions", 94 "@rules_cc//cc/toolchains/actions:compile_actions", [all …]
|
/external/bazelbuild-rules_cc/cc/toolchains/impl/ |
D | documented_api.bzl | 16 load("//cc/toolchains:actions.bzl", _cc_action_type = "cc_action_type", _cc_action_type_set = "cc_a… 17 load("//cc/toolchains:args.bzl", _cc_args = "cc_args") 18 load("//cc/toolchains:args_list.bzl", _cc_args_list = "cc_args_list") 19 load("//cc/toolchains:feature.bzl", _cc_feature = "cc_feature") 20 load("//cc/toolchains:feature_constraint.bzl", _cc_feature_constraint = "cc_feature_constraint") 21 load("//cc/toolchains:feature_set.bzl", _cc_feature_set = "cc_feature_set") 22 load("//cc/toolchains:mutually_exclusive_category.bzl", _cc_mutually_exclusive_category = "cc_mutua… 23 load("//cc/toolchains:nested_args.bzl", _cc_nested_args = "cc_nested_args") 24 load("//cc/toolchains:tool.bzl", _cc_tool = "cc_tool") 25 load("//cc/toolchains:tool_capability.bzl", _cc_tool_capability = "cc_tool_capability") [all …]
|
/external/skia/toolchain/android_trampolines/gen_trampolines/ |
D | gen_trampolines.go | 30 // //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/jacoco/.azure-pipelines/ |
D | azure-pipelines.yml | 46 <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/ |
D | gn.rst | 6 ``pw_toolchain`` module provides GN toolchains that may be used to build 7 Pigweed. GN toolchains function both as a set of tools for compilation and as a 9 executed by different toolchains. Each toolchain maintains its own set of 11 and build steps from all toolchains can be executed in parallel. 13 Various GCC and Clang toolchains for multiple platforms are provided. 14 Toolchains names typically include the compiler (``clang`` or ``gcc`` and 18 Non-C/C++ toolchains 21 template. This template creates toolchains that cannot compile C/C++ source 22 code. These toolchains may only be used to execute GN actions or declare groups 23 of targets in other toolchains. Attempting to compile C/C++ code with either of [all …]
|
D | BUILD.gn | 19 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/pigweed/pw_toolchain/zephyr/arm/ |
D | BUILD.bazel | 15 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 16 load("@rules_cc//cc/toolchains:feature.bzl", "cc_feature") 17 load("@rules_cc//cc/toolchains:toolchain.bzl", "cc_toolchain") 25 "@rules_cc//cc/toolchains/actions:compile_actions", 38 "@rules_cc//cc/toolchains/actions:assembly_actions", 39 "@rules_cc//cc/toolchains/actions:compile_actions", 40 "@rules_cc//cc/toolchains/actions:link_actions", 55 "@rules_cc//cc/toolchains/actions:compile_actions", 65 "@rules_cc//cc/toolchains/actions:compile_actions", 80 actions = ["@rules_cc//cc/toolchains/actions:link_actions"], [all …]
|
/external/bazelbuild-rules_cc/cc/toolchains/ |
D | tool_map.bzl | 17 "//cc/toolchains/impl:collect.bzl", 54 See //cc/toolchains/actions:BUILD for valid options. 82 …[@rules_cc//cc/toolchains/actions:cpp_compile_actions](https://github.com/bazelbuild/rules_cc/tree… 87 actions, see //cc/toolchains/actions:BUILD. 91 load("//cc/toolchains:tool_map.bzl", "cc_tool_map") 96 "//cc/toolchains/actions:assembly_actions": ":asm", 97 "//cc/toolchains/actions:c_compile": ":clang", 98 "//cc/toolchains/actions:cpp_compile_actions": ":clang++", 99 "//cc/toolchains/actions:link_actions": ":lld", 100 "//cc/toolchains/actions:objcopy_embed_data": ":llvm-objcopy", [all …]
|
/external/bazelbuild-rules_java/ |
D | MODULE.bazel | 18 register_toolchains("//toolchains:all") 20 toolchains = use_extension("//java:extensions.bzl", "toolchains") 23 use_repo(toolchains, "remote_java_tools") 24 use_repo(toolchains, "remote_java_tools_linux") 25 use_repo(toolchains, "remote_java_tools_windows") 26 use_repo(toolchains, "remote_java_tools_darwin_x86_64") 27 use_repo(toolchains, "remote_java_tools_darwin_arm64") 30 use_repo(toolchains, "local_jdk") 86 toolchains,
|
/external/pigweed/targets/host/ |
D | target_docs.rst | 9 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/tensorflow/tensorflow/ |
D | opensource_only.files | 123 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/bazelbuild-rules_cc/tests/rule_based_toolchain/toolchain_config/ |
D | BUILD | 2 load("//cc/toolchains:args.bzl", "cc_args") 3 load("//cc/toolchains:feature.bzl", "cc_feature") 4 load("//cc/toolchains:feature_set.bzl", "cc_feature_set") 5 load("//cc/toolchains:tool.bzl", "cc_tool") 6 load("//cc/toolchains:tool_map.bzl", "cc_tool_map") 7 load("//cc/toolchains/args:sysroot.bzl", "cc_sysroot") 8 load("//cc/toolchains/impl:external_feature.bzl", "cc_external_feature") 9 load("//cc/toolchains/impl:toolchain_config.bzl", "cc_legacy_file_group", "cc_toolchain_config") 50 capabilities = ["//cc/toolchains/capabilities:supports_pic"], 56 "//cc/toolchains/actions:cpp_compile_actions", [all …]
|
/external/executorch/shim/ |
D | BUCK | 2 load("@prelude//toolchains:cxx.bzl", "system_cxx_toolchain") 3 load("@prelude//toolchains:genrule.bzl", "system_genrule_toolchain") 4 load("@prelude//toolchains:go.bzl", "system_go_toolchain") 5 load("@prelude//toolchains:haskell.bzl", "system_haskell_toolchain") 6 load("@prelude//toolchains:ocaml.bzl", "system_ocaml_toolchain") 7 load("@prelude//toolchains:python.bzl", "system_python_bootstrap_toolchain", "system_python_toolcha… 8 load("@prelude//toolchains:remote_test_execution.bzl", "remote_test_execution_toolchain") 9 load("@prelude//toolchains:rust.bzl", "system_rust_toolchain")
|
/external/pigweed/pw_android_toolchain/ |
D | docs.rst | 9 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
|