/aosp_15_r20/external/bazelbuild-rules_rust/bindgen/private/ |
H A D | bindgen.bzl | 33 """find the libraries used for linking a static executable. 61 …bindgen_flags (list, optional): Flags to pass directly to the bindgen executable. See https://rust… 63 clang_flags (list, optional): Flags to pass directly to the clang executable. 147 rustc_flags.append("-lstatic={}".format(get_lib_name_default(lib.static_library))) 151 … rustc_flags.append("-lstatic={}".format(get_lib_name_default(lib.pic_static_library))) 156 fail("No static libraries found in {}".format( 160 rustc_flags_file = ctx.actions.declare_file("{}.rustc_flags".format(ctx.label.name)) 166 link_search_paths = ctx.actions.declare_file("{}.link_search_paths".format(ctx.label.name)) 170 "-Lnative=${{pwd}}/{}".format(path) 192 … fail("Header {} is not in {}'s transitive headers.".format(ctx.attr.header, cc_lib), "header") [all …]
|
/aosp_15_r20/bootable/libbootloader/gbl/toolchain/ |
H A D | gbl_toolchain.bzl | 45 "--target={}".format(ctx.attr.target_system_triple), 50 ] + ["-I{}".format(inc) for inc in builtin_includes] + ctx.attr.cc_flags), 55 toolchain_identifier = "{}_id".format(ctx.attr.cc_toolchain_name), 60 compiler = "clang", 67 tools = [tool(path = gbl_llvm_tool_path("clang++"))], 76 tools = [tool(path = gbl_llvm_tool_path("clang"))], 83 tools = [tool(path = gbl_llvm_tool_path("clang++"))], 90 path = gbl_llvm_tool_path("clang++"), 98 path = gbl_llvm_tool_path("clang++"), 102 path = gbl_llvm_tool_path("clang"), [all …]
|
/aosp_15_r20/external/jazzer-api/ |
H A D | WORKSPACE.bazel | 105 executable = True, 232 name = "clang-format-15-darwin-x64", 233 downloaded_file_path = "clang-format", 234 executable = True, 237 "https://github.com/angular/clang-format/raw/master/bin/darwin_x64/clang-format", 242 name = "clang-format-15-linux-x64", 243 downloaded_file_path = "clang-format", 244 executable = True, 247 "https://github.com/angular/clang-format/raw/master/bin/linux_x64/clang-format", 254 executable = True, [all …]
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/bazel/ |
H A D | llvm_config.bzl | 26 "llvm-project-include/clang-c/**/*.h", 27 "llvm-project-include/clang/**/*.def", 28 "llvm-project-include/clang/**/*.h", 29 "llvm-project-include/clang/**/*.inc", 44 visibility = ["@llvm-project//clang:__pkg__"], 55 cc_library(name = "format", deps = ["@llvm-project//llvm:llvm"]) 68 "/usr/lib/llvm-{}/include/llvm/Support/InitLLVM.h".format(ver) 76 for suffix in ["llvm", "llvm-c", "clang", "clang-c"]: 98 lib_strs = sorted(["\"-l{}\",".format(a[5:-2]) for a in archives]) 106 ctx.file("clang/BUILD.bazel", SYSTEM_CLANG_BAZEL) [all …]
|
H A D | sapi.bzl | 31 arguments.append("{}".format(name)) 47 executable = True, 53 return ctx.executable._generator_v1 54 return ctx.executable._generator_v2 149 extra_flags += ["--extra-arg=-D{}".format(d) for d in cc_ctx.defines.to_list()] 150 … extra_flags += ["--extra-arg=-isystem{}".format(i) for i in cc_ctx.system_includes.to_list()] 151 extra_flags += ["--extra-arg=-iquote{}".format(i) for i in quote_includes] 152 …extra_flags += ["--extra-arg=-isystem{}".format(d) for d in cpp_toolchain.built_in_include_directo… 180 "").format(ctx.outputs.out.short_path, len(input_files_paths)) 187 executable = generator, [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/5d/ |
D | 5d45c3157ecc2f162402f4e8c86f1a70e1384333 | 3 …from: "out/soong/.intermediates/external/mesa3d/src/util/format/u_format_table_gen/linux_glibc_x86… 5 executable: false 10 executable: false 15 executable: false 20 executable: false 25 executable: false 28 …from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/li… 30 executable: false 33 from: "external/mesa3d/src/util/format/u_format.yaml" 34 to: "external/mesa3d/src/util/format/u_format.yaml" [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/fa/ |
D | fa70ad528bf55a208377b1b0d06cbbae0656297f | 3 …from: "out/soong/.intermediates/external/mesa3d/src/util/format/u_format_table_gen/linux_glibc_x86… 5 executable: false 10 executable: false 15 executable: false 20 executable: false 25 executable: false 28 …from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/li… 30 executable: false 33 from: "external/mesa3d/src/util/format/u_format.yaml" 34 to: "external/mesa3d/src/util/format/u_format.yaml" [all …]
|
D | facf55c5e14bfc7d2c1eb03deddbb6472b8d83fc | 3 …from: "out/soong/.intermediates/external/mesa3d/src/util/format/u_format_table_gen/linux_glibc_x86… 5 executable: false 10 executable: false 15 executable: false 20 executable: false 25 executable: false 28 …from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/li… 30 executable: false 33 from: "external/mesa3d/src/util/format/u_format.yaml" 34 to: "external/mesa3d/src/util/format/u_format.yaml" [all …]
|
/aosp_15_r20/external/openscreen/ |
H A D | README.md | 25 `git cl format`, `git cl lint`, and `git cl upload.` 63 - Code formatter: `clang-format` 65 - Compiler/Linker: `clang` (installed by default) or `gcc` (installed by you) 73 `clang-format` is used for maintaining consistent coding style, but it is not a 78 ## Linux clang 83 Ensure that libstdc++ 8 is installed, as clang depends on the system 107 ## Mac clang 109 On Mac OS X, the build will use the clang provided by 149 ninja -C out/debug osp_demo # Builds the executable with ninja 150 ./out/debug/osp_demo # Runs the executable [all …]
|
/aosp_15_r20/build/bazel/rules/cc/ |
H A D | clang_tidy.bzl | 28 "Info provided from clang-tidy actions", 30 "tidy_files": "Outputs from the clang-tidy tool", 32 … "transitive_tidy_files": "Outputs from the clang-tidy tool for all transitive dependencies." + 33 …" Currently, these are needed so that mixed-build targets can also run clang-tidy for their depend… 41 _TIDY_DEFAULT_GLOBAL_CHECKS_NO_ANALYZER = constants.TidyDefaultGlobalChecks.split(",") + ["-clang-a… 122 # clang-tidy does not allow later arguments to override earlier arguments, 132 # This is a map of local path prefixes to the set of default clang-tidy checks 162 # don't run clang-tidy for generated files 226 progress_message = "Running clang-tidy on {}".format(input_file.short_path), 228 ctx.executable._clang_tidy, [all …]
|
H A D | clang_tidy_test.bzl | 31 "clang-diagnostic-unused-command-line-argument", 47 "-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling", 113 default = Label("@//prebuilts/clang/host/linux-x86:clang-tidy.sh"), 115 executable = True, 117 doc = "The clang tidy shell wrapper", 120 default = Label("@//prebuilts/clang/host/linux-x86:clang-tidy"), 122 executable = True, 124 doc = "The clang tidy executable", 127 default = Label("@//prebuilts/clang/host/linux-x86:clang-tidy.real"), 129 executable = True, [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/ |
D | CHANGELOG.md | 4 - Added support for `clang` 17.0.x 36 - Added additional support for `clang` 16.0.x 47 - Added support for `clang` 16.0.x 48 - Added support for `clang` 15.0.x 49 - Added support for `clang` 14.0.x 54 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before 70 - Added support for `clang` 13.0.x 71 - Added support for `clang` 12.0.x 95 `x86_64-unknown-linux-gnu` are provided, a target-prefixed Clang executable 96 such as `x86_64-unknown-linux-gnu-clang` will be preferred over a non-target [all …]
|
/aosp_15_r20/external/skia/ |
H A D | .clang-format | 3 # change. Make sure to install git-clang-format [1] by adding it to your 4 # path and make it executable. 7 # $ git clang-format 13 # Some clients are running on older versions of clang-format, so please limit 14 # flag choices to options supported by clang-format version 10 and below. 15 # - XcodeClangFormat: clang-format 10 16 # - bin/clang-format: clang-format 11 17 # - brew: clang-format 14 19 …//source.chromium.org/chromium/chromium/src/+/HEAD:third_party/clang-format/script/git-clang-format
|
/aosp_15_r20/external/bazelbuild-rules_go/go/private/actions/ |
H A D | link.bzl | 38 return "{}={}={}".format(d.label, d.importmap, d.file.path) 58 …print("Multiple copies of {} passed to the linker. Ignoring {} in favor of {}".format(d.importmap,… 67 executable = None, 75 if executable == None: 76 fail("executable is a required parameter") 117 # (clang-15.0.3): 146 for f in rpath.flags(go, d, executable = executable) 174 builder_args.add("-o", executable) 207 outputs = [executable], 209 executable = go.toolchain._builder, [all …]
|
/aosp_15_r20/external/OpenCL-CTS/ |
H A D | README.md | 52 See the `--help` output on each executable for the list of sub-tests available, 84 * `--compilation-program` Accepts a path to an executable (default: 86 compilation of OpenCL-C source code. This executable must match the 112 PRs to the repository are required to be `clang-format` clean to pass CI. 113 Developers can either use the `git-clang-format` tool locally to verify this
|
/aosp_15_r20/external/pigweed/pw_toolchain_bazel/cc_toolchain/private/ |
H A D | action_config.bzl | 31 exe = info.files_to_run.executable 43 exe = ctx.executable.tool or None 97 executable = True, 104 @llvm_toolchain//:bin/clang 110 * `bin/clang` is the path of the actual binary relative to the BUILD file of 127 tool = "@llvm_toolchain//:bin/clang", 133 path = "/usr/bin/clang", 172 fail("{} listed as a flag set to apply to {}, but none of the actions match".format( 179 exe = tool[DefaultInfo].files_to_run.executable 292 name = "clang",
|
/aosp_15_r20/external/angle/build/apple/ |
H A D | apple_info_plist.gni | 17 # and executable name as specified in the output Info.plist. 19 # format: 20 # string, the format to `plutil -convert` the plist to when 42 "format", 53 "GCC_VERSION=com.apple.compilers.llvm.clang.1_0",
|
/aosp_15_r20/external/cronet/build/apple/ |
H A D | apple_info_plist.gni | 17 # and executable name as specified in the output Info.plist. 19 # format: 20 # string, the format to `plutil -convert` the plist to when 42 "format", 53 "GCC_VERSION=com.apple.compilers.llvm.clang.1_0",
|
/aosp_15_r20/external/clang/docs/ |
H A D | SourceBasedCodeCoverage.rst | 11 This document explains how to use clang's source-based code coverage feature. 61 % clang++ -fprofile-instr-generate -fcoverage-mapping foo.cc -o foo 184 profile format. Raw profiles may be dependent on the specific compiler 189 These formats are not forwards-compatible: i.e, a tool which uses format 190 version X will not be able to understand format version (X+k). 192 * There is a third format in play: the format of the coverage mappings emitted 204 library and executable. When the linker finds a definition of this symbol, it 209 once from each instrumented executable. This function parses
|
H A D | AddressSanitizer.rst | 32 AddressSanitizer run-time library should be linked to the final executable, so 33 make sure to use ``clang`` (not ``ld``) for the final link step. When linking 51 % clang -O1 -g -fsanitize=address -fno-omit-frame-pointer example_UseAfterFree.cc 58 % clang -O1 -g -fsanitize=address -fno-omit-frame-pointer -c example_UseAfterFree.cc 60 % clang -g -fsanitize=address example_UseAfterFree.o 76 executable. (You can find the library by searching for dynamic libraries with 78 try to re-exec. Also keep in mind that when moving the executable to another machine, 162 path of the file relative to the location of your executable. 168 Use the following format to specify the names of the functions or libraries
|
/aosp_15_r20/out/soong/raw-aosp_shiba/43/ |
D | 43aa4679febfeb7219cda677a250a4852226ec24 | 5 executable: false 8 …from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/li… 10 executable: false 37 …command: "__SBOX_SANDBOX_DIR__/tools/out/bin/hidl-gen -L format -o __SBOX_SANDBOX_DIR__/out/ -r hi…
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/ |
D | README.md | 176 * Combine into a library (exports are retained) or an executable (no symbols 222 The diff tool takes two SPIR-V files, either in binary or text format and 271 * Code should be formatted with `clang-format`. 272 [kokoro/check-format/build.sh](kokoro/check-format/build.sh) 274 `clang-format version 5.0.0` for SPIRV-Tools. Settings are defined by 275 the included [.clang-format](.clang-format) file. 463 platforms with an appropriate version of `clang` this option enables the use 464 of the sanitizers documented [here][clang-sanitizers]. 562 The standalone assembler is the executable called `spirv-as`, and is located in 575 The standalone disassembler is the executable called `spirv-dis`, and is located in [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/ |
H A D | README.md | 180 * Combine into a library (exports are retained) or an executable (no symbols 226 The diff tool takes two SPIR-V files, either in binary or text format and 275 * Code should be formatted with `clang-format`. 276 [kokoro/check-format/build.sh](kokoro/check-format/build.sh) 278 `clang-format version 5.0.0` for SPIRV-Tools. Settings are defined by 279 the included [.clang-format](.clang-format) file. 467 platforms with an appropriate version of `clang` this option enables the use 468 of the sanitizers documented [here][clang-sanitizers]. 566 The standalone assembler is the executable called `spirv-as`, and is located in 579 The standalone disassembler is the executable called `spirv-dis`, and is located in [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/ |
H A D | README.md | 182 * Combine into a library (exports are retained) or an executable (no symbols 228 The diff tool takes two SPIR-V files, either in binary or text format and 277 * Code should be formatted with `clang-format`. 278 [kokoro/check-format/build.sh](kokoro/check-format/build.sh) 280 `clang-format version 5.0.0` for SPIRV-Tools. Settings are defined by 281 the included [.clang-format](.clang-format) file. 469 platforms with an appropriate version of `clang` this option enables the use 470 of the sanitizers documented [here][clang-sanitizers]. 568 The standalone assembler is the executable called `spirv-as`, and is located in 581 The standalone disassembler is the executable called `spirv-dis`, and is located in [all …]
|
/aosp_15_r20/external/jsoncpp/ |
H A D | CONTRIBUTING.md | 48 `jsontest` executable that was compiled on your platform. 79 * a `TESTNAME.json` file, that contains the input document in JSON format. 83 The `TESTNAME.expected` file format is as follows: 146 …e modifying (or the above rules for new files), and run clang format. Meson exposes clang format w… 148 ninja -v -C build-${LIB_TYPE}/ clang-format
|