Searched refs:ProfVersion (Results 1 – 5 of 5) sorted by relevance
888 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()905 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData()926 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()1113 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()1182 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()1186 readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
1519 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()1526 IndexedInstrProf::ProfVersion::CurrentVersion == Version11, in readFromBuffer()1554 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version11, in size()
435 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
996 enum ProfVersion { enum1031 const uint64_t Version = ProfVersion::CurrentVersion;
670 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,