llvm-6502/lib/ProfileData
Alex Lorenz 93695d2395 Coverage Mapping: add function's hash to coverage function records.
The profile data format was recently updated and the new indexing api
requires the code coverage tool to know the function's hash as well
as the function's name to get the execution counts for a function.

Differential Revision: http://reviews.llvm.org/D4994


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216207 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-21 19:23:25 +00:00
..
CMakeLists.txt
CoverageMapping.cpp
CoverageMappingReader.cpp Coverage Mapping: add function's hash to coverage function records. 2014-08-21 19:23:25 +00:00
CoverageMappingWriter.cpp Coverage: add HasCodeBefore flag to a mapping region. 2014-08-04 18:00:51 +00:00
InstrProf.cpp
InstrProfIndexed.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
InstrProfReader.cpp InstrProf: Allow multiple functions with the same name 2014-08-01 22:50:07 +00:00
InstrProfWriter.cpp InstrProf: Allow multiple functions with the same name 2014-08-01 22:50:07 +00:00
LLVMBuild.txt
Makefile