1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include/llvm/ProfileData
Vedant Kumar ee981c0e05 [Coverage] Build sorted and unique segments
A coverage segment contains a starting line and column, an execution
count, and some other metadata. Clients of the coverage library use
segments to prepare line-oriented reports.

Users of the coverage library depend on segments being unique and sorted
in source order. Currently this is not guaranteed (this is why the clang
change which introduced deferred regions was reverted).

This commit documents the "unique and sorted" condition and asserts that
it holds. It also fixes the SegmentBuilder so that it produces correct
output in some edge cases.

Testing: I've added unit tests for some edge cases. I've also checked
that the new SegmentBuilder implementation is fully covered. Apart from
running check-profile and the llvm-cov tests, I've successfully used a
stage1 llvm-cov to prepare a coverage report for an instrumented clang
binary.

Differential Revision: https://reviews.llvm.org/D36813

llvm-svn: 312817
2017-09-08 18:44:50 +00:00
..
Coverage [Coverage] Build sorted and unique segments 2017-09-08 18:44:50 +00:00
InstrProf.h [ProfData] Detect if zlib is available 2017-07-21 21:41:15 +00:00
InstrProfData.inc [ProfileData] Unify getInstrProf*SectionName helpers 2017-04-15 00:09:57 +00:00
InstrProfReader.h Prototype: Reduce llvm-profdata merge memory usage further 2017-07-06 19:00:12 +00:00
InstrProfWriter.h llvm-profdata: Improve memory usage by tuning SmallDenseMap size 2017-07-11 01:18:28 +00:00
ProfileCommon.h Prototype: Reduce llvm-profdata merge memory usage further 2017-07-06 19:00:12 +00:00
SampleProf.h [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 2017-06-21 23:19:47 +00:00
SampleProfReader.h [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 2017-06-21 23:19:47 +00:00
SampleProfWriter.h Change sample profile writer to make it deterministic. 2017-05-11 23:43:44 +00:00