1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include/llvm/ProfileData
Max Moroz 7c66521de5 [Coverage] Take filenames into account when loading function records.
Summary:
Don't skip functions with the same name but from different files.

That change makes it possible to generate code coverage reports from
different binaries compiled from different sources even if there are functions
with non-unique names. Without that change, code coverage for such functions is
missing except of the first function processed.

Reviewers: vsk, morehouse

Reviewed By: vsk

Subscribers: llvm-commits, kcc

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

llvm-svn: 331801
2018-05-08 19:26:51 +00:00
..
Coverage [Coverage] Take filenames into account when loading function records. 2018-05-08 19:26:51 +00:00
GCOV.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
InstrProf.h [include] Change std::sort to llvm::sort in response to r327219 2018-04-01 18:39:50 +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 Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SampleProfReader.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SampleProfWriter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00