summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfData.inc
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-12-10 20:14:13 +0000
committerXinliang David Li <davidxl@google.com>2015-12-10 20:14:13 +0000
commitab3dbf78dce7983d6a36dbedab630609e610cb58 (patch)
treef9f3563d4fc17202593b50d8672b67b4b87e79c3 /lib/profile/InstrProfData.inc
parentab89ea32bad4bd03c9782c7645658e7fd5feef67 (diff)
Sync up with master
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@255293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfData.inc')
-rw-r--r--lib/profile/InstrProfData.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/profile/InstrProfData.inc b/lib/profile/InstrProfData.inc
index aefdbc1b3..48dae506c 100644
--- a/lib/profile/InstrProfData.inc
+++ b/lib/profile/InstrProfData.inc
@@ -362,6 +362,7 @@ uint32_t getValueProfDataSizeRT(const ValueProfRuntimeRecord *Record);
ValueProfData *
serializeValueProfDataFromRT(const ValueProfRuntimeRecord *Record,
ValueProfData *Dst);
+uint32_t getNumValueKindsRT(const void *R);
#undef INSTR_PROF_VALUE_PROF_DATA
#endif /* INSTR_PROF_VALUE_PROF_DATA */