Searched refs:deserializeTo (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 532 void ValueProfRecord::deserializeTo(InstrProfRecord &Record, in deserializeTo() function in llvm::ValueProfRecord 571 void ValueProfData::deserializeTo(InstrProfRecord &Record, in deserializeTo() function in llvm::ValueProfData 578 VR->deserializeTo(Record, VMap); in deserializeTo()
|
D | InstrProfReader.cpp | 420 VDataPtrOrErr.get()->deserializeTo(Record, &Symtab->getAddrHashMap()); in readValueProfilingData() 474 VDataPtrOrErr.get()->deserializeTo(DataBuffer.back(), nullptr); in readValueProfilingData()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 280 void deserializeTo(InstrProfRecord &Record, 358 void deserializeTo(InstrProfRecord &Record,
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 280 void deserializeTo(InstrProfRecord &Record, 358 void deserializeTo(InstrProfRecord &Record,
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 699 VPData->deserializeTo(Record, nullptr); in TEST_P() 773 VPData->deserializeTo(Record, &Symtab.getAddrHashMap()); in TEST_P()
|