Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp888 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
905 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData()
926 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
1113 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
1182 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
1186 readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
H A DInstrProf.cpp1519 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()
1526 IndexedInstrProf::ProfVersion::CurrentVersion == Version11, in readFromBuffer()
1554 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version11, in size()
H A DInstrProfWriter.cpp435 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h996 enum ProfVersion { enum
1031 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfReader.h670 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,