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/Coverage
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
..
CoverageMapping.h [Coverage] Take filenames into account when loading function records. 2018-05-08 19:26:51 +00:00
CoverageMappingReader.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageMappingWriter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00