Home
last modified time | relevance | path

Searched refs:ProfVersion (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp674 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
691 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
877 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
946 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
949 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
H A DInstrProf.cpp1340 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()
1347 IndexedInstrProf::ProfVersion::CurrentVersion == Version8, in readFromBuffer()
1366 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version8, in size()
H A DInstrProfWriter.cpp349 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h998 enum ProfVersion { enum
1027 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfReader.h579 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,