HomeSort by relevance Sort by last modified time
    Searched refs:InstrProfRecord (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 33 struct InstrProfRecord {
34 InstrProfRecord() {}
35 InstrProfRecord(StringRef Name, uint64_t Hash, ArrayRef<uint64_t> Counts)
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 &Record) override
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 85 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) {
239 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) {
340 const InstrProfRecord &Record = *Iter;
349 IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) {

Completed in 202 milliseconds