• Home
  • Raw
  • Download

Lines Matching full:show

25 * :ref:`show <llvm-cov-show>`
94 source code, this option causes llvm-cov to show the count for each block
107 Show a summary of coverage for each function instead of just one summary for
159 .. program:: llvm-cov show
161 .. _llvm-cov-show:
163 SHOW COMMAND
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
176 show the coverage for the files listed in *SOURCES*.
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*
195 .. option:: -show-line-counts
197 Show the execution counts for each line. This is enabled by default, unless
198 another ``-show`` option is used.
200 .. option:: -show-expansions
205 .. option:: -show-instantiations
208 ``C++``, show each instantiation separately as well as the combined summary.
210 .. option:: -show-regions
212 Show the execution counts for each region by displaying a caret that points to
215 .. option:: -show-line-counts-or-regions
217 Show the execution counts for each line if there is only one region on the
218 line, but show the individual regions if there are multiple on the line.
233 Show code coverage only for functions with the given name.
237 Show code coverage only for functions that match the given regular expression.
253 Show code coverage only for functions with line coverage greater than the
258 Show code coverage only for functions with line coverage less than the given
263 Show code coverage only for functions with region coverage greater than the
268 Show code coverage only for functions with region coverage less than the given
288 only show the coverage for the files listed in *SOURCES*.
295 see :ref:`llvm-cov-show`.