From c1f74d1cfe8cb13b62f992d7123781b3ec25905e Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Fri, 26 Feb 2016 00:54:08 +0000 Subject: [PATCH] Add forward declarations /NFC llvm-svn: 261946 --- llvm/include/llvm/ProfileData/InstrProfData.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/include/llvm/ProfileData/InstrProfData.inc b/llvm/include/llvm/ProfileData/InstrProfData.inc index 1d53c51..1bd941c 100644 --- a/llvm/include/llvm/ProfileData/InstrProfData.inc +++ b/llvm/include/llvm/ProfileData/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 */ -- 2.7.4