Home
last modified time | relevance | path

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

1234

/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 …]
Dllvm-profdata.rst1 llvm-profdata - Profile data tool
5 --------
7 :program:`llvm-profdata` *command* [*args...*]
10 -----------
12 The :program:`llvm-profdata` tool is a small utility for working with profile
16 --------
18 * :ref:`merge <profdata-merge>`
19 * :ref:`show <profdata-show>`
21 .. program:: llvm-profdata merge
23 .. _profdata-merge:
[all …]
/external/strace/m4/
Dax_code_coverage.m42 # https://www.gnu.org/software/autoconf-archive/ax_code_coverage.html
19 # --enable-code-coverage option, which defaults to being disabled.
21 # Test also for gcov program and create GCOV variable that could be
41 # This results in a "check-code-coverage" rule being added to any
43 # has been configured with --enable-code-coverage). Running `make
44 # check-code-coverage` in that directory will run the module's test suite
64 # Copyright (c) 2016-2017 The strace developers.
83 dnl Check for --enable-code-coverage
86 # allow to override gcov location
87 AC_ARG_WITH([gcov],
[all …]
/external/harfbuzz_ng/m4/
Dax_code_coverage.m42 # https://www.gnu.org/software/autoconf-archive/ax_code_coverage.html
19 # --enable-code-coverage option, which defaults to being disabled.
21 # Test also for gcov program and create GCOV variable that could be
41 # This results in a "check-code-coverage" rule being added to any
43 # has been configured with --enable-code-coverage). Running `make
44 # check-code-coverage` in that directory will run the module's test suite
81 dnl Check for --enable-code-coverage
84 # allow to override gcov location
85 AC_ARG_WITH([gcov],
86 [AS_HELP_STRING([--with-gcov[=GCOV]], [use given GCOV for coverage (GCOV=gcov).])],
[all …]
/external/swiftshader/third_party/llvm-7.0/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 …]
Dllvm-profdata.rst1 llvm-profdata - Profile data tool
5 --------
7 :program:`llvm-profdata` *command* [*args...*]
10 -----------
12 The :program:`llvm-profdata` tool is a small utility for working with profile
16 --------
18 * :ref:`merge <profdata-merge>`
19 * :ref:`show <profdata-show>`
21 .. program:: llvm-profdata merge
23 .. _profdata-merge:
[all …]
/external/llvm/include/llvm/Support/
DGCOV.h1 //===- GCOV.h - LLVM coverage tool ----------------------------------------===//
8 //===----------------------------------------------------------------------===//
11 // use 'gcov' format.
13 //===----------------------------------------------------------------------===//
32 namespace GCOV {
35 /// \brief A struct for passing gcov options between functions.
36 struct Options { struct
37 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N) in Options() argument
50 } // end GCOV namespace
52 /// GCOVBuffer - A wrapper around MemoryBuffer to provide GCOV specific
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h1 //===- GCOV.h - LLVM coverage tool ------------------------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
11 // use 'gcov' format.
13 //===----------------------------------------------------------------------===//
40 namespace GCOV {
44 /// A struct for passing gcov options between functions.
45 struct Options { struct
46 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N) in Options() argument
60 } // end namespace GCOV
62 /// GCOVBuffer - A wrapper around MemoryBuffer to provide GCOV specific
[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-7.0/llvm/lib/ProfileData/
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/ProfileData/GCOV.h"
17 #include "llvm/Config/llvm-config.h"
28 //===----------------------------------------------------------------------===//
31 /// readGCNO - Read GCNO buffer.
44 if (!GFun->readGCNO(Buffer, Version)) in readGCNO()
[all …]
/external/virglrenderer/build-aux/
Dax_code_coverage.m42 # http://www.gnu.org/software/autoconf-archive/ax_code_coverage.html
17 # corresponds to the value of the --enable-code-coverage option, which
20 # Test also for gcov program and create GCOV variable that could be
38 # This results in a "check-code-coverage" rule being added to any
40 # has been configured with --enable-code-coverage). Running `make
41 # check-code-coverage` in that directory will run the module's test suite
73 dnl Check for --enable-code-coverage
76 # allow to override gcov location
77 AC_ARG_WITH([gcov],
78 [AS_HELP_STRING([--with-gcov[=GCOV]], [use given GCOV for coverage (GCOV=gcov).])],
[all …]
/external/llvm/tools/llvm-cov/
Dgcov.cpp1 //===- gcov.cpp - GCOV compatible LLVM coverage tool ----------------------===//
8 //===----------------------------------------------------------------------===//
10 // llvm-cov is a command line tools to analyze and report coverage information.
12 //===----------------------------------------------------------------------===//
18 #include "llvm/Support/GCOV.h"
26 const GCOV::Options &Options) { in reportCoverage() argument
29 // If no directory was specified with -o, look next to the source file. in reportCoverage()
67 GCDA = "-"; in reportCoverage()
79 FileInfo FI(Options); in reportCoverage()
90 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks)); in gcovMain()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
Dgcov.cpp1 //===- gcov.cpp - GCOV compatible LLVM coverage tool ----------------------===//
8 //===----------------------------------------------------------------------===//
10 // llvm-cov is a command line tools to analyze and report coverage information.
12 //===----------------------------------------------------------------------===//
14 #include "llvm/ProfileData/GCOV.h"
26 const GCOV::Options &Options) { in reportCoverage() argument
29 // If no directory was specified with -o, look next to the source file. in reportCoverage()
67 GCDA = "-"; in reportCoverage()
79 FileInfo FI(Options); in reportCoverage()
90 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks)); in gcovMain()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
8 //===----------------------------------------------------------------------===//
10 // This pass implements GCOV-style profiling. When this pass is run it emits
15 //===----------------------------------------------------------------------===//
46 #define DEBUG_TYPE "insert-gcov-profiling"
49 DefaultGCOVVersion("default-gcov-version", cl::init("402*"), cl::Hidden,
51 static cl::opt<bool> DefaultExitBlockBeforeBody("gcov-exit-block-before-body",
55 GCOVOptions Options; in getDefault() local
56 Options.EmitNotes = true; in getDefault()
57 Options.EmitData = true; in getDefault()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
8 //===----------------------------------------------------------------------===//
10 // This pass implements GCOV-style profiling. When this pass is run it emits
15 //===----------------------------------------------------------------------===//
49 #define DEBUG_TYPE "insert-gcov-profiling"
52 DefaultGCOVVersion("default-gcov-version", cl::init("402*"), cl::Hidden,
54 static cl::opt<bool> DefaultExitBlockBeforeBody("gcov-exit-block-before-body",
58 GCOVOptions Options; in getDefault() local
59 Options.EmitNotes = true; in getDefault()
60 Options.EmitData = true; in getDefault()
[all …]
/external/one-true-awk/
Dmakefile25 CFLAGS = -g
27 CFLAGS = -O2
29 # compiler options
30 #CC = gcc -Wall -g -Wwrite-strings
31 #CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
32 #CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
33 CC = gcc -g -Wall -pedantic
35 # yacc options. pick one; this varies a lot by system.
36 #YFLAGS = -d -S
37 YACC = bison -d -y
[all …]
/external/pdfium/testing/tools/coverage/
Dlcovrc1 # Specify an external style sheet file (same as --css-file option of genhtml)
2 #genhtml_css_file = gcov.css
17 # Width of overview image (used by --frames option of genhtml)
22 # and the position the source code window is scrolled to (used by --frames
29 # --frames option of genhtml)
32 # Do not remove unused test descriptions if non-zero (same as
33 # --keep-descriptions option of genhtml)
36 # Do not remove prefix from directory names if non-zero (same as --no-prefix
40 # Do not create source code view if non-zero (same as --no-source option of
44 # Replace tabs with number of spaces in source view (same as --num-spaces
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/
DGCOVProfiler.h1 //===- Transforms/Instrumentation/GCOVProfiler.h ----------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 /// This file provides the interface for the GCOV style profiler pass.
11 //===----------------------------------------------------------------------===//
20 /// The gcov-style instrumentation pass
23 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts() argument
/external/llvm/include/llvm/Transforms/
DGCOVProfiler.h1 //===- Transforms/GCOVProfiler.h - GCOVProfiler pass ----------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 /// This file provides the interface for the GCOV style profiler pass.
11 //===----------------------------------------------------------------------===//
20 /// The gcov-style instrumentation pass
23 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts() argument
DInstrumentation.h1 //===- Transforms/Instrumentation.h - Instrumentation passes ----*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
23 extern __thread __attribute__((tls_model("initial-exec"))) in getDFSanArgTLSPtrForJIT()
29 extern __thread __attribute__((tls_model("initial-exec"))) in getDFSanRetValTLSPtrForJIT()
50 // Insert GCOV profiling instrumentation
60 // A four-byte version string. The meaning of a version string is described in
61 // gcc's gcov-io.h
79 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options =
88 /// Options for the frontend instrumentation based profiling pass.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DInstrumentation.h1 //===- Transforms/Instrumentation.h - Instrumentation passes ----*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
39 // Insert GCOV profiling instrumentation
49 // A four-byte version string. The meaning of a version string is described in
50 // gcc's gcov-io.h
69 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options =
80 // The pgo-specific indirect call promotion function declared below is used by
81 // the pgo-driven indirect call promotion and sample profile passes. It's a
87 // Helper function that transforms Inst (either an indirect-call instruction, or
[all …]
/external/ltp/
DREADME.kernel_config1 ---------------------------------
3 ---------------------------------
4 1) Apply kernel-gcov patch(s) against the corresponding Kernel. They are available here:
5 http://ltp.cvs.sourceforge.net/viewvc/ltp/utils/analysis/gcov-kernel/linux-2.*.*-gcov.patch?view=lo…
6 2) Also enable the following options in your .config file before building the kernel
12 ---------------------------------
14 ---------------------------------
31 ---------------------------------
33 ---------------------------------
43 ---------------------------------
[all …]
/external/syzkaller/docs/linux/
Dsetup_ubuntu-host_qemu-vm_x86-64-kernel.md1 # Setup: Ubuntu host, QEMU vm, x86-64 kernel
3 These are the instructions on how to fuzz the x86-64 kernel in a QEMU with Ubuntu 14.04 on the host…
11 svn ls -v ^/tags | grep gcc_7_1_0_release
12 svn up -r 247494
17 diff --git a/gcc/tree.h b/gcc/tree.h
19 --- a/gcc/tree.h
21 @@ -897,8 +897,8 @@ extern void omp_clause_range_check_failed (const_tree, const char *, int,
25 - (tree_check2 (NODE, __FILE__, __LINE__, __FUNCTION__, \
26 - CALL_EXPR, AGGR_INIT_EXPR)->base.u.bits.unsigned_flag)
28 + AGGR_INIT_EXPR)->base.u.bits.unsigned_flag)
[all …]
/external/eigen/cmake/
DEigenConfigureTesting.cmake20 set(EIGEN_TEST_BUILD_FLAGS "" CACHE STRING "Options passed to the build command of unit tests")
27 string(REGEX MATCH "MakeCommand:.*-- (.*)\nDefaultCTestConfigurationType" EIGEN_DUMMY ${EIGEN_DART_…
31 …onType" "MakeCommand: ${CMAKE_COMMAND} --build . --target buildtests --config \"\${CTEST_CONFIGURA…
40 # configure Eigen related testing options
45 option(EIGEN_COVERAGE_TESTING "Enable/disable gcov" OFF)
47 set(COVERAGE_FLAGS "-fprofile-arcs -ftest-coverage")
57 check_cxx_compiler_flag("-std=c++11" EIGEN_COMPILER_SUPPORT_CXX11)
60 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
/external/e2fsprogs/
Dconfigure.ac16 E2FSPROGS_DAY=$(echo $E2FSPROGS_DATE | awk -F- '{print $1}' | sed -e '/^[[1-9]]$/s/^/0/')
17 MONTH=`echo $E2FSPROGS_DATE | awk -F- '{print $2}'`
18 YEAR=`echo $E2FSPROGS_DATE | awk -F- '{print $3}'`
45 sed -e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'`
50 *-WIP|pre-*)
71 AC_ARG_WITH([diet-libc],
72 [ --with-diet-libc use diet libc],
73 CC="diet cc -nostdinc"
75 if test -z "$LIBS"
77 LIBS="-lcompat"
[all …]

1234