[compiler-rt] r261947 - Sync up with master
Xinliang David Li via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 16:56:31 PST 2016
Author: davidxl
Date: Thu Feb 25 18:56:31 2016
New Revision: 261947
URL: http://llvm.org/viewvc/llvm-project?rev=261947&view=rev
Log:
Sync up with master
Modified:
compiler-rt/trunk/lib/profile/InstrProfData.inc
Modified: compiler-rt/trunk/lib/profile/InstrProfData.inc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfData.inc?rev=261947&r1=261946&r2=261947&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Thu Feb 25 18:56:31 2016
@@ -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 */
More information about the llvm-commits
mailing list