Searched refs:ProfVersion (Results 1 – 4 of 4) sorted by relevance
559 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()576 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()755 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()828 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()831 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur, in readHeader()834 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;
471 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,