Lines Matching refs:VR
576 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
578 VR->deserializeTo(Record, VMap); in deserializeTo()
579 VR = getValueProfRecordNext(VR); in deserializeTo()
604 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
606 if (VR->Kind > IPVK_Last) in checkIntegrity()
608 VR = getValueProfRecordNext(VR); in checkIntegrity()
609 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity()
648 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
650 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
651 VR = getValueProfRecordNext(VR); in swapBytesToHost()
660 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
662 ValueProfRecord *NVR = getValueProfRecordNext(VR); in swapBytesFromHost()
663 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
664 VR = NVR; in swapBytesFromHost()