Lines Matching refs:VR
715 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
717 VR->deserializeTo(Record, SymTab); in deserializeTo()
718 VR = getValueProfRecordNext(VR); in deserializeTo()
744 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
746 if (VR->Kind > IPVK_Last) in checkIntegrity()
748 VR = getValueProfRecordNext(VR); in checkIntegrity()
749 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity()
790 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
792 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
793 VR = getValueProfRecordNext(VR); in swapBytesToHost()
803 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
805 ValueProfRecord *NVR = getValueProfRecordNext(VR); in swapBytesFromHost()
806 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
807 VR = NVR; in swapBytesFromHost()