Lines Matching refs:cov

1 llvm-cov - emit coverage information
7 :program:`llvm-cov` *command* [*args...*]
12 The :program:`llvm-cov` tool shows code coverage information for
18 the :program:`llvm-cov gcov` command were called. Otherwise, a command should
24 * :ref:`gcov <llvm-cov-gcov>`
25 * :ref:`show <llvm-cov-show>`
26 * :ref:`report <llvm-cov-report>`
28 .. program:: llvm-cov gcov
30 .. _llvm-cov-gcov:
38 :program:`llvm-cov gcov` [*options*] *SOURCEFILE*
43 The :program:`llvm-cov gcov` tool reads code coverage data files and displays
48 To use :program:`llvm-cov gcov`, you must first build an instrumented version
73 where :program:`llvm-cov gcov` expects to find them.
75 Once you have generated the coverage data files, run :program:`llvm-cov gcov`
94 source code, this option causes llvm-cov to show the count for each block
150 Display the version of llvm-cov.
155 :program:`llvm-cov gcov` returns 1 if it cannot read input files. Otherwise,
159 .. program:: llvm-cov show
161 .. _llvm-cov-show:
169 :program:`llvm-cov show` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*]
174 The :program:`llvm-cov show` command shows line by line coverage of a binary
178 To use :program:`llvm-cov show`, you need a program that is compiled with
185 and this is what you should pass to :program:`llvm-cov show` as the *BIN*
259 .. program:: llvm-cov report
261 .. _llvm-cov-report:
269 :program:`llvm-cov report` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*]
274 The :program:`llvm-cov report` command displays a summary of the coverage of a
283 see :ref:`llvm-cov-show`.