Searched refs:InstrProfRecord (Results 1 – 2 of 2) sorted by relevance
33 struct InstrProfRecord { struct34 InstrProfRecord() {} in InstrProfRecord() function35 InstrProfRecord(StringRef Name, uint64_t Hash, ArrayRef<uint64_t> Counts) in InstrProfRecord() argument44 InstrProfRecord> { argument46 InstrProfRecord Record;56 InstrProfRecord &operator*() { return Record; }57 InstrProfRecord *operator->() { return &Record; }72 virtual std::error_code readNextRecord(InstrProfRecord &Record) = 0;129 std::error_code readNextRecord(InstrProfRecord &Record) override;180 std::error_code readNextRecord(InstrProfRecord &Record) override;[all …]
102 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord()259 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord()382 IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord()