summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYuchen Wu <yuchenericwu@hotmail.com>2013-12-04 06:00:17 +0000
committerYuchen Wu <yuchenericwu@hotmail.com>2013-12-04 06:00:17 +0000
commit2ebea72474874e5a437eca994ca4d649d8234744 (patch)
treef4889e60d1ce3c6f437ad03ad6515081bb098466 /include
parent45a5b27d9be7d0707a1fb15fc7e512a39feb95a7 (diff)
downloadllvm-2ebea72474874e5a437eca994ca4d649d8234744.tar.gz
llvm-2ebea72474874e5a437eca994ca4d649d8234744.tar.bz2
llvm-2ebea72474874e5a437eca994ca4d649d8234744.tar.xz
llvm-cov: Added support for function checksums.
The function checksums are hashed from the concatenation of the function name and line number. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/GCOV.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/GCOV.h b/include/llvm/Support/GCOV.h
index 6111d3aebe..188c4126f1 100644
--- a/include/llvm/Support/GCOV.h
+++ b/include/llvm/Support/GCOV.h
@@ -250,6 +250,7 @@ public:
private:
GCOVFile &Parent;
uint32_t Ident;
+ uint32_t Checksum;
uint32_t LineNumber;
StringRef Name;
StringRef Filename;