HomeSort by: relevance | last modified time | path
    Searched refs:deserializeTo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfData.inc 336 void deserializeTo(InstrProfRecord &Record,
414 void deserializeTo(InstrProfRecord &Record,
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 811 void ValueProfRecord::deserializeTo(InstrProfRecord &Record,
851 void ValueProfData::deserializeTo(InstrProfRecord &Record,
858 VR->deserializeTo(Record, SymTab);
InstrProfReader.cpp 476 VDataPtrOrErr.get()->deserializeTo(Record, Symtab.get());
532 VDataPtrOrErr.get()->deserializeTo(DataBuffer.back(), nullptr);

Completed in 16 milliseconds