summaryrefslogtreecommitdiff
path: root/lib/profile
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-02-26 00:56:31 +0000
committerXinliang David Li <davidxl@google.com>2016-02-26 00:56:31 +0000
commite315ca2ddacbcc8b83a805dafe6508327505831d (patch)
tree59cee45307337c4ec9a704be338e3ab7da5c957e /lib/profile
parenta2f29de3cb6aa0233f019782dbae0a9eb767cd6a (diff)
Sync up with master
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@261947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile')
-rw-r--r--lib/profile/InstrProfData.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/profile/InstrProfData.inc b/lib/profile/InstrProfData.inc
index 1d53c514c..1bd941cdb 100644
--- a/lib/profile/InstrProfData.inc
+++ b/lib/profile/InstrProfData.inc
@@ -386,6 +386,9 @@ ValueProfData *
serializeValueProfDataFromRT(const ValueProfRuntimeRecord *Record,
ValueProfData *Dst);
uint32_t getNumValueKindsRT(const void *R);
+ValueProfRecord *getFirstValueProfRecord(ValueProfData *VPD);
+ValueProfRecord *getValueProfRecordNext(ValueProfRecord *VPR);
+InstrProfValueData *getValueProfRecordValueData(ValueProfRecord *VPR);
#undef INSTR_PROF_VALUE_PROF_DATA
#endif /* INSTR_PROF_VALUE_PROF_DATA */