Searched refs:ProfVersion (Results 1 – 6 of 6) sorted by relevance
926 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()942 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData()961 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()1148 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()1360 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()1363 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->Version, Cur, in readHeader()
857 ? IndexedInstrProf::ProfVersion::Version11 in writeImpl()858 : IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()861 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == in writeImpl()862 IndexedInstrProf::ProfVersion::Version12); in writeImpl()
1638 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()1641 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in readFromBuffer()1674 IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in size()
1070 enum ProfVersion { enum1107 const uint64_t Version = ProfVersion::CurrentVersion;
709 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
829 ProfileReader.getVersion() < IndexedInstrProf::ProfVersion::Version12; in loadFunctionRecord()