Searched refs:ProfVersion (Results 1 – 5 of 5) sorted by relevance
674 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()691 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()877 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()946 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()949 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
1340 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()1347 IndexedInstrProf::ProfVersion::CurrentVersion == Version8, in readFromBuffer()1366 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version8, in size()
349 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
998 enum ProfVersion { enum1027 const uint64_t Version = ProfVersion::CurrentVersion;
579 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,