Lines Matching +refs:clang +refs:format +refs:region
14 work with ``gcov``\-style coverage or with ``clang``\'s instrumentation
180 ``clang`` use the ``-fprofile-instr-generate`` and ``-fcoverage-mapping``
181 flags. If linking with the ``clang`` driver, pass ``-fprofile-instr-generate``
188 typically called ``default.profraw``, which can be converted to a format that
212 Show the execution counts for each region by displaying a caret that points to
213 the character where the region starts.
217 Show the execution counts for each line if there is only one region on the
239 .. option:: -format=<FORMAT>
241 Use the specified output format. The supported formats are: "text", "html".
261 .. option:: -region-coverage-gt=<N>
263 Show code coverage only for functions with region coverage greater than the
266 .. option:: -region-coverage-lt=<N>
268 Show code coverage only for functions with region coverage less than the given