Lines Matching refs:InstrProfRecord
118 TextInstrProfReader::readValueProfileData(InstrProfRecord &Record) { in readValueProfileData()
181 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord()
336 std::error_code RawInstrProfReader<IntPtrT>::readName(InstrProfRecord &Record) { in readName()
347 InstrProfRecord &Record) { in readFuncHash()
354 InstrProfRecord &Record) { in readRawCounts()
381 RawInstrProfReader<IntPtrT>::readValueProfilingData(InstrProfRecord &Record) { in readValueProfilingData()
408 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord()
508 StringRef FuncName, ArrayRef<InstrProfRecord> &Data) { in getRecords()
522 ArrayRef<InstrProfRecord> &Data) { in getRecords()
609 ErrorOr<InstrProfRecord>
612 ArrayRef<InstrProfRecord> Data; in getInstrProfRecord()
629 ErrorOr<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
638 InstrProfRecord &Record) { in readNextRecord()
641 ArrayRef<InstrProfRecord> Data; in readNextRecord()