Lines Matching refs:InstrProfRecord
139 TextInstrProfReader::readValueProfileData(InstrProfRecord &Record) { in readValueProfileData()
202 Error TextInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord()
357 Error RawInstrProfReader<IntPtrT>::readName(InstrProfRecord &Record) { in readName()
363 Error RawInstrProfReader<IntPtrT>::readFuncHash(InstrProfRecord &Record) { in readFuncHash()
370 InstrProfRecord &Record) { in readRawCounts()
397 InstrProfRecord &Record) { in readValueProfilingData()
426 Error RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord()
528 StringRef FuncName, ArrayRef<InstrProfRecord> &Data) { in getRecords()
542 ArrayRef<InstrProfRecord> &Data) { in getRecords()
677 Expected<InstrProfRecord>
680 ArrayRef<InstrProfRecord> Data; in getInstrProfRecord()
697 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
705 Error IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord()
708 ArrayRef<InstrProfRecord> Data; in readNextRecord()