1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include/llvm/ProfileData
Vedant Kumar 9f5b410e3f [Coverage] Load code coverage data from archives
Support loading code coverage data from regular archives, thin archives,
and from MachO universal binaries which contain archives.

Testing: check-llvm, check-profile (with {A,UB}San enabled)

rdar://51538999

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

llvm-svn: 363325
2019-06-13 20:48:57 +00:00
..
Coverage [Coverage] Load code coverage data from archives 2019-06-13 20:48:57 +00:00
GCOV.h Use llvm::stable_sort 2019-04-23 14:51:27 +00:00
InstrProf.h [llvm-profdata] Add overlap command to compute similarity b/w two profile files 2019-04-30 21:19:12 +00:00
InstrProfData.inc The error message for mismatched value sites is very cryptic. 2019-04-23 22:26:55 +00:00
InstrProfReader.h [llvm-profdata] Add overlap command to compute similarity b/w two profile files 2019-04-30 21:19:12 +00:00
InstrProfWriter.h [llvm-profdata] Add overlap command to compute similarity b/w two profile files 2019-04-30 21:19:12 +00:00
ProfileCommon.h [ProfileSummary] Count callsite samples when computing total samples. 2019-04-03 19:54:43 +00:00
SampleProf.h Use llvm::stable_sort 2019-04-23 14:51:27 +00:00
SampleProfReader.h [SampleFDO] add suffix elision control for fcn names 2019-03-14 13:56:49 +00:00
SampleProfWriter.h