Searched refs:ProfVersion (Results 1 – 6 of 6) sorted by relevance
568 ? IndexedInstrProf::ProfVersion::Version11 in writeImpl()569 : IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()572 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == in writeImpl()573 IndexedInstrProf::ProfVersion::Version12); in writeImpl()
959 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()975 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData()994 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()1181 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()1250 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()1253 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()
1691 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()1694 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in readFromBuffer()1727 IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in size()
1133 enum ProfVersion { enum1170 const uint64_t Version = ProfVersion::CurrentVersion;
767 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
861 IndexedInstrProf::ProfVersion::Version12; in loadFunctionRecord()