1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/include/llvm/ProfileData
Vedant Kumar 57ed845d56 [Coverage] Collect all function records in an object (D69471 followup)
After the format change from D69471, there can be more than one section
in an object that contains coverage function records. Look up each of
these sections and concatenate all the records together.

This re-enables the instrprof-merging.cpp test, which previously was
failing on OSes which use comdats.

Thanks to Jeremy Morse, who very kindly provided object files from the
bot I broke to help me debug.
2020-03-02 12:01:09 -08:00
..
Coverage [Coverage] Collect all function records in an object (D69471 followup) 2020-03-02 12:01:09 -08:00
GCOV.h Use llvm::stable_sort 2019-04-23 14:51:27 +00:00
InstrProf.h Reland: [Coverage] Revise format to reduce binary size 2020-02-28 18:12:04 -08:00
InstrProfData.inc Reland: [Coverage] Revise format to reduce binary size 2020-02-28 18:12:04 -08:00
InstrProfReader.h [PGO] Fix typos from r359612. NFC. 2019-10-01 18:06:50 +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 [Support] Split MallocAllocator out of Allocator.h 2020-01-24 17:29:32 -08:00
SampleProfReader.h [AutoFDO] Properly merge context-sensitive profile of inlinee back to outlined function 2019-12-05 15:57:55 -08:00
SampleProfWriter.h SampleProfWriter - fix uninitialized variable warnings. NFCI. 2019-11-07 14:18:44 +00:00