Searched refs:ProfVersion (Results 1 – 4 of 4) sorted by relevance
592 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()609 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()788 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()861 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()864 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur, in readHeader()867 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur, in readHeader()
305 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
964 enum ProfVersion { enum991 const uint64_t Version = ProfVersion::CurrentVersion;
478 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,