Lines Matching refs:VR
887 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
889 VR->deserializeTo(Record, SymTab); in deserializeTo()
890 VR = getValueProfRecordNext(VR); in deserializeTo()
918 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
920 if (VR->Kind > IPVK_Last) in checkIntegrity()
923 VR = getValueProfRecordNext(VR); in checkIntegrity()
924 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity()
967 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
969 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
970 VR = getValueProfRecordNext(VR); in swapBytesToHost()
980 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
982 ValueProfRecord *NVR = getValueProfRecordNext(VR); in swapBytesFromHost()
983 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
984 VR = NVR; in swapBytesFromHost()