1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00
Justin Bogner aa59e21d08 llvm-cov: Rework the API for getting the coverage of a file (NFC)
This encapsulates how we handle the coverage regions of a file or
function. In the old model, the user had to deal with nested regions,
so they needed to maintain their own auxiliary data structures to get
any useful information out of this. The new API provides a sequence of
non-overlapping coverage segments, which makes it possible to render
coverage information in a single pass and avoids a fair amount of
extra work.

llvm-svn: 217975
2014-09-17 18:23:47 +00:00
..
2014-09-02 22:28:02 +00:00
2014-09-10 12:51:52 +00:00
2014-09-15 19:42:42 +00:00
2014-08-01 06:16:03 +00:00
2014-08-01 14:57:05 +00:00
2014-09-15 19:42:42 +00:00
2014-09-16 03:52:46 +00:00