Lines Matching refs:VR
389 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
391 VR->deserializeTo(Record, VMap); in deserializeTo()
392 VR = getValueProfRecordNext(VR); in deserializeTo()
417 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
419 if (VR->Kind > IPVK_Last) in checkIntegrity()
421 VR = getValueProfRecordNext(VR); in checkIntegrity()
422 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity()
461 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
463 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
464 VR = getValueProfRecordNext(VR); in swapBytesToHost()
473 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
475 ValueProfRecord *NVR = getValueProfRecordNext(VR); in swapBytesFromHost()
476 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
477 VR = NVR; in swapBytesFromHost()