llvm-6502/include/llvm/ProfileData
Justin Bogner 9edccc8b40 InstrProf: When reading, copy the data instead of taking a reference. NFC
This consolidates the logic to read instrprof records into the on disk
hash table's lookup trait and makes us copy the counter data instead
of taking references to it as we read. This will simplify further
changes to the format.

Patch by Betul Buyukkurt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240206 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-20 01:26:04 +00:00
..
CoverageMapping.h InstrProf: Give coverage its own errors instead of piggy backing on instrprof 2015-05-06 23:19:35 +00:00
CoverageMappingReader.h
CoverageMappingWriter.h
InstrProf.h InstrProf: When reading, copy the data instead of taking a reference. NFC 2015-06-20 01:26:04 +00:00
InstrProfReader.h InstrProf: When reading, copy the data instead of taking a reference. NFC 2015-06-20 01:26:04 +00:00
InstrProfWriter.h
SampleProf.h Tidy comments in SampleProfile header. NFC. 2015-05-12 22:03:00 +00:00
SampleProfReader.h
SampleProfWriter.h