llvm-project/llvm/include/llvm/ProfileData
Reid Kleckner 8c4db5da5f Fix SampleProf code on LLP64 platforms with stoull
Otherwise, stoul will throw an out of range exception if the integer
doesn't fit in a 32-bit number.

llvm-svn: 341604
2018-09-06 23:35:58 +00:00
..
Coverage [Coverage] Delete getCounterMismatches, it's dead code (NFC) 2018-08-07 22:25:22 +00:00
GCOV.h Allow users of the GCOV API to extend the FileInfo class to implement custom output formats 2018-07-26 09:21:56 +00:00
InstrProf.h Replace LLVM_ALIGNAS with alignas as a follow-up of r337330 2018-07-27 05:38:14 +00:00
InstrProfData.inc Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
InstrProfReader.h Revert "Revert "[InstrProf] Support for external functions in text format."" 2018-03-22 21:26:52 +00:00
InstrProfWriter.h llvm-profdata: Improve memory usage by tuning SmallDenseMap size 2017-07-11 01:18:28 +00:00
ProfileCommon.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SampleProf.h Fix SampleProf code on LLP64 platforms with stoull 2018-09-06 23:35:58 +00:00
SampleProfReader.h [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary. 2018-06-12 05:53:49 +00:00
SampleProfWriter.h Fix a warning reported by clang but not by gcc. 2018-06-11 22:51:28 +00:00