@@ -188,14 +188,14 @@ SHOW COMMAND
188
188
SYNOPSIS
189
189
^^^^^^^^
190
190
191
- :program: `llvm-cov show ` [*options *] -instr-profile *PROFILE * *BIN * [*-object BIN, ... *] [[* -object BIN *]] [*SOURCES *]
191
+ :program: `llvm-cov show ` [*options *] -instr-profile *PROFILE * [ *BIN *] [*-object BIN *] ... [* -sources *] [*SOURCE *]...
192
192
193
193
DESCRIPTION
194
194
^^^^^^^^^^^
195
195
196
196
The :program: `llvm-cov show ` command shows line by line coverage of the
197
- binaries *BIN *, ... using the profile data *PROFILE *. It can optionally be
198
- filtered to only show the coverage for the files listed in *SOURCES * .
197
+ binaries *BIN *... using the profile data *PROFILE *. It can optionally be
198
+ filtered to only show the coverage for the files listed in *SOURCE *... .
199
199
200
200
*BIN * may be an executable, object file, dynamic library, or archive (thin or
201
201
otherwise).
@@ -370,14 +370,14 @@ REPORT COMMAND
370
370
SYNOPSIS
371
371
^^^^^^^^
372
372
373
- :program: `llvm-cov report ` [*options *] -instr-profile *PROFILE * *BIN * [*-object BIN, ... *] [[* -object BIN *]] [*SOURCES *]
373
+ :program: `llvm-cov report ` [*options *] -instr-profile *PROFILE * [ *BIN *] [*-object BIN *] ... [* -sources *] [*SOURCE *]...
374
374
375
375
DESCRIPTION
376
376
^^^^^^^^^^^
377
377
378
378
The :program: `llvm-cov report ` command displays a summary of the coverage of
379
- the binaries *BIN *, ... using the profile data *PROFILE *. It can optionally be
380
- filtered to only show the coverage for the files listed in *SOURCES * .
379
+ the binaries *BIN *... using the profile data *PROFILE *. It can optionally be
380
+ filtered to only show the coverage for the files listed in *SOURCE *... .
381
381
382
382
*BIN * may be an executable, object file, dynamic library, or archive (thin or
383
383
otherwise).
@@ -451,21 +451,21 @@ EXPORT COMMAND
451
451
SYNOPSIS
452
452
^^^^^^^^
453
453
454
- :program: `llvm-cov export ` [*options *] -instr-profile *PROFILE * *BIN * [*-object BIN, ... *] [[* -object BIN *]] [*SOURCES *]
454
+ :program: `llvm-cov export ` [*options *] -instr-profile *PROFILE * [ *BIN *] [*-object BIN *] ... [* -sources *] [*SOURCE *]...
455
455
456
456
DESCRIPTION
457
457
^^^^^^^^^^^
458
458
459
459
The :program: `llvm-cov export ` command exports coverage data of the binaries
460
- *BIN *, ... using the profile data *PROFILE * in either JSON or lcov trace file
460
+ *BIN *... using the profile data *PROFILE * in either JSON or lcov trace file
461
461
format.
462
462
463
463
When exporting JSON, the regions, functions, branches, expansions, and
464
464
summaries of the coverage data will be exported. When exporting an lcov trace
465
465
file, the line-based coverage, branch coverage, and summaries will be exported.
466
466
467
467
The exported data can optionally be filtered to only export the coverage
468
- for the files listed in *SOURCES * .
468
+ for the files listed in *SOURCE *... .
469
469
470
470
For information on compiling programs for coverage and generating profile data,
471
471
see :ref: `llvm-cov-show `.
0 commit comments