Searched defs:InstrProfRecord (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h33 struct InstrProfRecord { struct in namespace:llvm
34 InstrProfRecord() {} function in struct:llvm::InstrProfRecord
35 InstrProfRecord(StringRef Name, uint64_t Hash, ArrayRef<uint64_t> Counts) function in struct:llvm::InstrProfRecord
44 InstrProfRecord> {
46 InstrProfRecord Record;
56 InstrProfRecord &operator*() { return Record; }
57 InstrProfRecord *operator->() { return &Record; }
72 virtual std::error_code readNextRecord(InstrProfRecord &Record) = 0;
128 std::error_code readNextRecord(InstrProfRecord &Record) override;
180 std::error_code readNextRecord(InstrProfRecord
[all...]

Completed in 113 milliseconds