Searched refs:VPD (Results 1 – 3 of 3) sorted by relevance
837 std::unique_ptr<ValueProfData> VPD( in serializeFrom() local839 return VPD; in serializeFrom()946 std::unique_ptr<ValueProfData> VPD = allocValueProfData(TotalSize); in getValueProfData() local947 memcpy(VPD.get(), D, TotalSize); in getValueProfData()949 VPD->swapBytesToHost(Endianness); in getValueProfData()951 Error E = VPD->checkIntegrity(); in getValueProfData()955 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;