Home
last modified time | relevance | path

Searched refs:VPD (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ProfileData/
DInstrProf.cpp340 std::unique_ptr<ValueProfData> VPD( in serializeFrom() local
342 return VPD; in serializeFrom()
441 std::unique_ptr<ValueProfData> VPD = allocValueProfData(TotalSize); in getValueProfData() local
442 memcpy(VPD.get(), D, TotalSize); in getValueProfData()
444 VPD->swapBytesToHost(Endianness); in getValueProfData()
446 instrprof_error EC = VPD->checkIntegrity(); in getValueProfData()
450 return std::move(VPD); in getValueProfData()
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small173 # Read device data from VPD (most importantly,
178 label_en='Read Device Data from VPD',
179 label_zh='从 VPD 读机器资料',
193 id='VPD',
194 label_zh=u'产品资讯 (VPD)',
/external/autotest/server/site_tests/network_WiFi_RegDomain/
Dcontrol18 - parsing of VPD data
19 - mapping of VPD data to ISO country code
/external/compiler-rt/lib/profile/
DInstrProfData.inc503 ValueProfData *VPD =
506 VPD->TotalSize = TotalSize;
507 VPD->NumValueKinds = Closure->GetNumValueKinds(Closure->Record);
508 ValueProfRecord *VR = getFirstValueProfRecord(VPD);
516 return VPD;
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc503 ValueProfData *VPD =
506 VPD->TotalSize = TotalSize;
507 VPD->NumValueKinds = Closure->GetNumValueKinds(Closure->Record);
508 ValueProfRecord *VR = getFirstValueProfRecord(VPD);
516 return VPD;