Searched refs:deserializeTo (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 345 void ValueProfRecord::deserializeTo(InstrProfRecord &Record, in deserializeTo() function in llvm::ValueProfRecord 384 void ValueProfData::deserializeTo(InstrProfRecord &Record, in deserializeTo() function in llvm::ValueProfData 391 VR->deserializeTo(Record, VMap); in deserializeTo()
|
D | InstrProfReader.cpp | 401 VDataPtrOrErr.get()->deserializeTo(Record, &Symtab->getAddrHashMap()); in readValueProfilingData() 455 VDataPtrOrErr.get()->deserializeTo(DataBuffer.back(), nullptr); in readValueProfilingData()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 213 void deserializeTo(InstrProfRecord &Record, 292 void deserializeTo(InstrProfRecord &Record,
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 213 void deserializeTo(InstrProfRecord &Record, 292 void deserializeTo(InstrProfRecord &Record,
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 433 VPData->deserializeTo(Record, 0); in TEST_F()
|