Coverage Mapping: add function's hash to coverage function records.
authorAlex Lorenz <arphaman@gmail.com>
Thu, 21 Aug 2014 19:23:25 +0000 (19:23 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 21 Aug 2014 19:23:25 +0000 (19:23 +0000)
commit93695d2395725008c1ce207e8b6a04a982ebb3fc
tree53ed670a0a0dbbcfb1e5473ad2553dc0eb2efb50
parent9ca2a9ae4e5537c14f84a3bdea96c95b7b65072c
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
include/llvm/ProfileData/CoverageMappingReader.h
lib/ProfileData/CoverageMappingReader.cpp