Searched refs:VPD (Results 1 – 3 of 3) sorted by relevance
864 std::unique_ptr<ValueProfData> VPD( in serializeFrom() local866 return VPD; in serializeFrom()973 std::unique_ptr<ValueProfData> VPD = allocValueProfData(TotalSize); in getValueProfData() local974 memcpy(VPD.get(), D, TotalSize); in getValueProfData()976 VPD->swapBytesToHost(Endianness); in getValueProfData()978 Error E = VPD->checkIntegrity(); in getValueProfData()982 return std::move(VPD); in getValueProfData()
455 getFirstValueProfRecord(ValueProfData *VPD);603 ValueProfData *VPD =606 VPD->TotalSize = TotalSize;607 VPD->NumValueKinds = Closure->GetNumValueKinds(Closure->Record);608 ValueProfRecord *VR = getFirstValueProfRecord(VPD);616 return VPD;