1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/ProfileData
Vedant Kumar 163ed3d9fd [Coverage] Support loading multiple binaries into a CoverageMapping
Add support for loading multiple coverage readers into a single
CoverageMapping instance. This should make it easier to prepare a
unified coverage report for multiple binaries.

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

llvm-svn: 284251
2016-10-14 17:16:53 +00:00
..
Coverage [Coverage] Support loading multiple binaries into a CoverageMapping 2016-10-14 17:16:53 +00:00
CMakeLists.txt
InstrProf.cpp [ThinLTO] Indirect call promotion fixes for promoted local functions 2016-08-29 22:46:56 +00:00
InstrProfReader.cpp
InstrProfWriter.cpp Use range algorithms instead of unpacking begin/end 2016-08-11 21:15:00 +00:00
LLVMBuild.txt
ProfileSummaryBuilder.cpp NFC Add const 2016-09-30 21:05:55 +00:00
SampleProf.cpp
SampleProfReader.cpp
SampleProfWriter.cpp