Lines Matching refs:InstrProfRecord
33 struct InstrProfRecord { struct
34 InstrProfRecord() {} in InstrProfRecord() function
35 InstrProfRecord(StringRef Name, uint64_t Hash, ArrayRef<uint64_t> Counts) in InstrProfRecord() function
44 InstrProfRecord> { argument
46 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;
289 std::error_code readNextRecord(InstrProfRecord &Record) override;