Home
last modified time | relevance | path

Searched +full:- +full:- +full:gcov +full:- +full:executable (Results 1 – 25 of 63) sorted by relevance

123

/external/skia/bin/
Dcoverage4 # Use of this source code is governed by a BSD-style license that can be
7 if [ -z "$1" ]; then
8 cat <<-EOM
13 $0 dm --src tests
15 $0 dm --src gm skp
21 set -x
22 set -e
26 EXECUTABLE="$1"
29 DIR="$(mktemp -d "${TMPDIR:-/tmp}/skia_coverage_XXXXXXXXXX")"
32 # Build $EXECUTABLE
[all …]
/external/skia/fuzz/
Dcoverage4 # Use of this source code is governed by a BSD-style license that can be
7 if [ -z "$1" ]; then
8 cat <<-EOM
10 $0 [afl-out-loc]
13 $0 ~/afl-out
14 where afl-out is the directory containing all the output of the afl-fuzzers.
15 You can typically ssh into skia-fuzzer-be-1 and skia-fuzzer-be-2 and run
16 tar -czf afl-out.tar.gz /mnt/ssd0/fuzzes/afl-out/*/fuzzer0/queue
23 set -x
24 set -e
[all …]
/external/libevent/cmake/
DCodeCoverage.cmake2 # Boost Software License - Version 1.0 - August 17th, 2003
8 # Software, and to permit third-parties to whom the Software is furnished to
15 # works are solely in the form of machine-executable object code generated by
20 # FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26 # 2012-01-31, Lars Bilke
27 # - Enable Code Coverage
29 # 2013-09-17, Joakim Söderberg
30 # - Added support for Clang.
31 # - Some additional usage instructions.
33 # 2016-11-02, Azat Khuzhin
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst1 llvm-cov - emit coverage information
5 --------
7 :program:`llvm-cov` *command* [*args...*]
10 -----------
12 The :program:`llvm-cov` tool shows code coverage information for
14 work with ``gcov``\-style coverage or with ``clang``\'s instrumentation
17 If the program is invoked with a base name of ``gcov``, it will behave as if
18 the :program:`llvm-cov gcov` command were called. Otherwise, a command should
22 --------
24 * :ref:`gcov <llvm-cov-gcov>`
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dpigz.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
16 - name: Ubuntu GCC Symbol Prefix
17 os: ubuntu-latest
20 cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_
22 - name: Ubuntu Clang
23 os: ubuntu-latest
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
/external/bazelbuild-rules_cc/cc/private/toolchain/
Dfreebsd_cc_toolchain_config.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
60 toolchain_identifier = "local_freebsd" if cpu == "freebsd" else "stub_armeabi-v7a"
61 host_system_name = "local" if cpu == "freebsd" else "armeabi-v7a"
62 target_system_name = "local" if cpu == "freebsd" else "armeabi-v7a"
63 target_libc = "local" if cpu == "freebsd" else "armeabi-v7a"
64 abi_version = "local" if cpu == "freebsd" else "armeabi-v7a"
65 abi_libc_version = "local" if cpu == "freebsd" else "armeabi-v7a"
84 "-lstdc++",
85 "-Wl,-z,relro,-z,now",
86 "-no-canonical-prefixes",
[all …]
Dcc_toolchain_config.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
94 …fail("@rules_cc//cc/private/toolchain:default-toolchain, as well as the cc_toolchains it points " +
111 elif (ctx.attr.cpu == "armeabi-v7a"):
112 toolchain_identifier = "stub_armeabi-v7a"
118 if (ctx.attr.cpu == "armeabi-v7a"):
119 host_system_name = "armeabi-v7a"
129 if (ctx.attr.cpu == "armeabi-v7a"):
130 target_system_name = "armeabi-v7a"
140 if (ctx.attr.cpu == "armeabi-v7a"):
141 target_cpu = "armeabi-v7a"
[all …]
Dunix_cc_toolchain_config.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
186 flags = ["--sysroot=%{sysroot}"],
202 "-fprofile-use=%{fdo_profile_path}",
203 "-fprofile-correction",
254 flags = ["-L%{library_search_directories}"],
274 flag_groups = [flag_group(flags = ["-static-libgcc"])],
297 flag_group(flags = ["-fPIC"], expand_if_available = "pic"),
316 flags = ["-gsplit-dwarf", "-g"],
340 flags = ["-D%{preprocessor_defines}"],
356 "-fprofile-use=%{fdo_profile_path}",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/embedded/arm-linux/
Dcc_config.bzl.tpl20 toolchain_identifier = "aarch64-linux-gnu"
28 toolchain_identifier = "armhf-linux-gnueabihf"
122 flags = ["--sysroot=%{sysroot}"],
151 "-Wno-builtin-macro-redefined",
152 "-D__DATE__=\"redacted\"",
153 "-D__TIMESTAMP__=\"redacted\"",
154 "-D__TIME__=\"redacted\"",
155 "-no-canonical-prefixes",
156 "-fno-canonical-system-headers",
187 "-fstack-protector", # TODO: needed?
[all …]
/external/tensorflow/tensorflow/tools/toolchains/cpus/arm/
Dcc_config.bzl.tpl20 toolchain_identifier = "arm-linux-gnueabihf"
22 toolchain_identifier = "aarch64-linux-gnu"
176 flags = ["--sysroot=%{sysroot}"],
205 "-Wno-builtin-macro-redefined",
206 "-D__DATE__=\"redacted\"",
207 "-D__TIMESTAMP__=\"redacted\"",
208 "-D__TIME__=\"redacted\"",
209 "-no-canonical-prefixes",
210 "-fno-canonical-system-headers",
238 "-no-canonical-prefixes",
[all …]
/external/libcxx/utils/google-benchmark/test/
DCMakeLists.txt7 # strip -DNDEBUG from the default CMake flags in DEBUG mode.
10 add_definitions( -UNDEBUG )
11 add_definitions(-DTEST_BENCHMARK_LIBRARY_HAS_NO_ASSERTIONS)
20 string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " "
25 check_cxx_compiler_flag(-O3 BENCHMARK_HAS_O3_FLAG)
28 set(BENCHMARK_O3_FLAG "-O3")
55 # Demonstration executable
57 add_test(benchmark benchmark_test --benchmark_min_time=0.01)
61 add_test(${name} filter_test --benchmark_min_time=0.01 --benchmark_filter=${filter} ${expect})
62 …add_test(${name}_list_only filter_test --benchmark_list_tests --benchmark_filter=${filter} ${expec…
[all …]
/external/tensorflow/third_party/gpus/crosstool/
Dhipcc_cc_toolchain_config.bzl.tpl73 tool_path(name = "compat-ld", path = ctx.attr.host_compiler_prefix + "/ld"),
76 tool_path(name = "gcov", path = ctx.attr.host_compiler_prefix + "/gcov"),
182 flags = ["--sysroot=%{sysroot}"],
198 "-fprofile-use=%{fdo_profile_path}",
199 "-fprofile-correction",
250 flags = ["-L%{library_search_directories}"],
270 flag_groups = [flag_group(flags = ["-static-libgcc"])],
293 flag_group(flags = ["-fPIC"], expand_if_available = "pic"),
312 flags = ["-gsplit-dwarf"],
336 flags = ["-D%{preprocessor_defines}"],
[all …]
Dcc_toolchain_config.bzl.tpl153 flags = ["-Wl,--start-lib"],
161 flags = ["-Wl,--end-lib"],
169 _static_library_to_link("-Wl,-whole-archive", "-Wl,-no-whole-archive"),
170 _library_to_link("-l", "dynamic_library"),
171 _library_to_link("-l:", "versioned_dynamic_library"),
181 _static_library_to_link("-Wl,-force_load,"),
182 _library_to_link("-l", "dynamic_library"),
183 _library_to_link("-l:", "versioned_dynamic_library"),
235 tool_path(name = "compat-ld", path = ctx.attr.host_compiler_prefix + "/ld"),
238 tool_path(name = "gcov", path = ctx.attr.host_compiler_prefix + "/gcov"),
[all …]
/external/google-benchmark/test/
DCMakeLists.txt8 add_cxx_compiler_flag(-Wno-unused-variable)
11 # strip -DNDEBUG from the default CMake flags in DEBUG mode.
14 add_definitions( -UNDEBUG )
15 add_definitions(-DTEST_BENCHMARK_LIBRARY_HAS_NO_ASSERTIONS)
24 string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " "
30 add_definitions(-DBENCHMARK_STATIC_DEFINE)
33 check_cxx_compiler_flag(-O3 BENCHMARK_HAS_O3_FLAG)
36 set(BENCHMARK_O3_FLAG "-O3")
52 target_compile_options( ${name} PRIVATE --diag_suppress partial_override )
75 # Demonstration executable
[all …]
/external/cronet/third_party/google_benchmark/src/test/
DCMakeLists.txt9 # strip -DNDEBUG from the default CMake flags in DEBUG mode.
12 add_definitions( -UNDEBUG )
13 add_definitions(-DTEST_BENCHMARK_LIBRARY_HAS_NO_ASSERTIONS)
22 string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " "
28 add_definitions(-DBENCHMARK_STATIC_DEFINE)
31 check_cxx_compiler_flag(-O3 BENCHMARK_HAS_O3_FLAG)
34 set(BENCHMARK_O3_FLAG "-O3")
50 target_compile_options( ${name} PRIVATE --diag_suppress partial_override )
65 # Demonstration executable
67 add_test(NAME benchmark COMMAND benchmark_test --benchmark_min_time=0.01s)
[all …]
/external/llvm/lib/IR/
DGCOV.cpp1 //===- GCOV.cpp - LLVM coverage tool --------------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // GCOV implements the interface to read and write coverage files that use
11 // 'gcov' format.
13 //===----------------------------------------------------------------------===//
15 #include "llvm/Support/GCOV.h"
28 //===----------------------------------------------------------------------===//
31 /// readGCNO - Read GCNO buffer.
44 if (!GFun->readGCNO(Buffer, Version)) in readGCNO()
53 /// readGCDA - Read GCDA buffer. It is required that readGCDA() can only be
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp1 //===- GCOV.cpp - LLVM coverage tool --------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // GCOV implements the interface to read and write coverage files that use
10 // 'gcov' format.
12 //===----------------------------------------------------------------------===//
14 #include "llvm/ProfileData/GCOV.h"
16 #include "llvm/Config/llvm-config.h"
28 //===----------------------------------------------------------------------===//
31 /// readGCNO - Read GCNO buffer.
[all …]
/external/cronet/third_party/protobuf/toolchain/
Dcc_toolchain_config.bzl34 category_name = "executable",
53 path = "/usr/local/bin/llvm-ar",
56 name = "compat-ld",
68 name = "gcov",
98 "-B" + ctx.attr.linker_path,
100 "--target=" + ctx.attr.target_full_name,
123 "--sysroot",
142 "-Wall",
143 "-no-canonical-prefixes",
144 "--target=" + ctx.attr.target_full_name,
[all …]
/external/python/cpython2/
DREADME11 Copyright (c) 1995-2001 Corporation for National Research Initiatives.
14 Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
19 -------------------
35 ---------------------------
41 ------------------------------
43 Congratulations on getting this far. :-)
47 executable "./python"; to install in /usr/local, first do "su root"
54 ----------------------
56 Python is an interpreted, interactive object-oriented programming
65 ----------------------
[all …]
/external/protobuf/toolchain/
Dcc_toolchain_config.bzl35 category_name = "executable",
54 path = "/usr/local/bin/llvm-ar",
57 name = "compat-ld",
69 name = "gcov",
99 "-B" + ctx.attr.linker_path,
100 "-lstdc++",
101 "--target=" + ctx.attr.target_full_name,
124 "--sysroot",
134 bit_flag = "-m32"
136 bit_flag = "-m64"
[all …]
/external/skia/bazel/rbe/gce_linux/cc/
Dcc_toolchain_config.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
49 "-fmodule-name=%{module_name}",
50 "-fmodule-map-file=%{module_map_file}",
61 # feature from other features - instead, require it.
76 "-fmodules-strict-decluse",
77 "-Wprivate-header",
82 "-fmodule-map-file=%{dependent_module_map_files}",
156 path = ctx.attr.tool_paths["llvm-cov"],
182 flags = ["-U_FORTIFY_SOURCE"],
274 flags = ["--sysroot=%{sysroot}"],
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_ubuntu2004/cc/
Dcc_toolchain_config.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
49 "-fmodule-name=%{module_name}",
50 "-fmodule-map-file=%{module_map_file}",
61 # feature from other features - instead, require it.
76 "-fmodules-strict-decluse",
77 "-Wprivate-header",
82 "-fmodule-map-file=%{dependent_module_map_files}",
156 path = ctx.attr.tool_paths["llvm-cov"],
182 flags = ["-U_FORTIFY_SOURCE"],
274 flags = ["--sysroot=%{sysroot}"],
[all …]
/external/clang/docs/
DSourceBasedCodeCoverage.rst2 Source-based Code Coverage
11 This document explains how to use clang's source-based code coverage feature.
12 It's called "source-based" because it operates on AST and preprocessor
17 * :doc:`SanitizerCoverage` - A low-overhead tool meant for use alongside the
18 various sanitizers. It can provide up to edge-level coverage.
20 * gcov - A GCC-compatible coverage implementation which operates on DebugInfo.
22 From this point onwards "code coverage" will refer to the source-based kind.
35 The next few sections work through a complete, copy-'n-paste friendly example
38 .. code-block:: cpp
55 To compile code with coverage enabled, pass ``-fprofile-instr-generate
[all …]
/external/libbrillo/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//common-mk/deps.gni")
6 import("//common-mk/pkg_config.gni")
7 import("//common-mk/proto_library.gni")
12 ":libbrillo-glib",
13 ":libbrillo-test",
33 default_pkg_deps = [ "libchrome-${libbase_ver}" ]
57 # for composing -l*** flags in libbrillo-${libbasever}.so.
59 library_name = "brillo-core"
61 all_dependent_pkg_deps = [ "dbus-1" ]
[all …]

123