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
249 .. option:: -region-coverage-gt=<N>
251 Show code coverage only for functions with region coverage greater than the
254 .. option:: -region-coverage-lt=<N>
256 Show code coverage only for functions with region coverage less than the given