Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp345 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()
DInstrProfReader.cpp401 VDataPtrOrErr.get()->deserializeTo(Record, &Symtab->getAddrHashMap()); in readValueProfilingData()
455 VDataPtrOrErr.get()->deserializeTo(DataBuffer.back(), nullptr); in readValueProfilingData()
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc213 void deserializeTo(InstrProfRecord &Record,
292 void deserializeTo(InstrProfRecord &Record,
/external/compiler-rt/lib/profile/
DInstrProfData.inc213 void deserializeTo(InstrProfRecord &Record,
292 void deserializeTo(InstrProfRecord &Record,
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp433 VPData->deserializeTo(Record, 0); in TEST_F()