Lines Matching refs:NamedInstrProfRecord
253 Error TextInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
414 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
420 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
488 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
620 StringRef FuncName, ArrayRef<NamedInstrProfRecord> &Data) { in getRecords()
634 ArrayRef<NamedInstrProfRecord> &Data) { in getRecords()
668 ArrayRef<NamedInstrProfRecord> &Data) override { in getRecords()
727 ArrayRef<NamedInstrProfRecord> &Data) override { in getRecords()
914 ArrayRef<NamedInstrProfRecord> Data; in getInstrProfRecord()
939 Error IndexedInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
940 ArrayRef<NamedInstrProfRecord> Data; in readNextRecord()
958 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in accumulateCounts()