summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */