Searched refs:deserializeTo (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 842 void ValueProfRecord::deserializeTo(InstrProfRecord &Record, in deserializeTo() function in llvm::ValueProfRecord 882 void ValueProfData::deserializeTo(InstrProfRecord &Record, in deserializeTo() function in llvm::ValueProfData 889 VR->deserializeTo(Record, SymTab); in deserializeTo()
|
| H A D | InstrProfReader.cpp | 541 VDataPtrOrErr.get()->deserializeTo(Record, Symtab.get()); in readValueProfilingData() 647 VDataPtrOrErr.get()->deserializeTo(DataBuffer.back(), nullptr); in readValueProfilingData()
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | InstrProfTest.cpp | 901 VPData->deserializeTo(Record, nullptr); in TEST_P() 974 VPData->deserializeTo(Record, &Symtab); in TEST_P()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 338 void deserializeTo(InstrProfRecord &Record, 416 void deserializeTo(InstrProfRecord &Record,
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 338 void deserializeTo(InstrProfRecord &Record, 416 void deserializeTo(InstrProfRecord &Record,
|