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;
129 std::error_code readNextRecord(InstrProfRecord &Record) override;
180 std::error_code readNextRecord(InstrProfRecord &Record) override
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 102 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) {
259 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) {
382 IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) {

Completed in 834 milliseconds