Lines Matching refs:NamedInstrProfRecord
266 Error TextInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
459 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
465 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
547 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
702 StringRef FuncName, ArrayRef<NamedInstrProfRecord> &Data) { in getRecords()
717 ArrayRef<NamedInstrProfRecord> &Data) { in getRecords()
757 ArrayRef<NamedInstrProfRecord> &Data) override { in getRecords()
816 ArrayRef<NamedInstrProfRecord> &Data) override { in getRecords()
1031 ArrayRef<NamedInstrProfRecord> Data; in getInstrProfRecord()
1055 for (const NamedInstrProfRecord &I : Data) { in getInstrProfRecord()
1059 if (NamedInstrProfRecord::hasCSFlagInHash(I.Hash) == in getInstrProfRecord()
1060 NamedInstrProfRecord::hasCSFlagInHash(FuncHash)) { in getInstrProfRecord()
1123 Error IndexedInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
1124 ArrayRef<NamedInstrProfRecord> Data; in readNextRecord()
1142 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in accumulateCounts()