Searched refs:ProfVersion (Results 1 – 4 of 4) sorted by relevance
500 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()517 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()577 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()645 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()648 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur); in readHeader()
227 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
770 enum ProfVersion { enum790 const uint64_t Version = ProfVersion::CurrentVersion;
374 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,