diff --git a/compiler-rt/lib/profile/InstrProfData.inc b/compiler-rt/lib/profile/InstrProfData.inc index 1d53c514ca9e..1bd941cdbebb 100644 --- a/compiler-rt/lib/profile/InstrProfData.inc +++ b/compiler-rt/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 */