Lines Matching full:program

4 .. program:: llvm-cov
9 :program:`llvm-cov` *command* [*args...*]
14 The :program:`llvm-cov` tool shows code coverage information for
19 If the program is invoked with a base name of ``gcov``, it will behave as if
20 the :program:`llvm-cov gcov` command were called. Otherwise, a command should
31 .. program:: llvm-cov gcov
41 :program:`llvm-cov gcov` [*options*] *SOURCEFILE*
46 The :program:`llvm-cov gcov` tool reads code coverage data files and displays
51 To use :program:`llvm-cov gcov`, you must first build an instrumented version
60 generated when you run the instrumented program, with a separate ``.gcda``
61 file for each object file. Each time you run the program, the execution counts
71 environment variables allow you to run the instrumented program on a machine
74 where :program:`llvm-cov gcov` expects to find them.
76 Once you have generated the coverage data files, run :program:`llvm-cov gcov`
178 :program:`llvm-cov gcov` returns 1 if it cannot read input files. Otherwise,
181 .. program:: llvm-cov show
191 :program:`llvm-cov show` [*options*] -instr-profile *PROFILE* [*BIN*] [*-object BIN*]... [*-sources…
196 The :program:`llvm-cov show` command shows line by line coverage of the
203 To use :program:`llvm-cov show`, you need a program that is compiled with
204 instrumentation to emit profile and coverage data. To build such a program with
210 and this is what you should pass to :program:`llvm-cov show` as a *BIN*
211 argument. The profile data is generated by running this instrumented program
212 normally. When the program exits it will write out a raw profile file,
214 is suitable for the *PROFILE* argument using the :program:`llvm-profdata merge`
383 .. program:: llvm-cov report
393 :program:`llvm-cov report` [*options*] -instr-profile *PROFILE* [*BIN*] [*-object BIN*]... [*-sourc…
398 The :program:`llvm-cov report` command displays a summary of the coverage of
473 .. program:: llvm-cov export
483 :program:`llvm-cov export` [*options*] -instr-profile *PROFILE* [*BIN*] [*-object BIN*]... [*-sourc…
488 The :program:`llvm-cov export` command exports coverage data of the binaries
522 by the :program:`llvm-cov report` command, but presented in JSON or lcov
574 :program:`llvm-cov convert-for-testing` *BIN* -o *OUT*
579 The :program:`llvm-cov convert-for-testing` command serves the purpose of
582 output file typically bears the :program:`.covmapping` extension.
584 The :program:`.covmapping` files can be read back by ``llvm-cov`` just as