Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp568 ? 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()
H A DInstrProfReader.cpp959 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()
H A DInstrProf.cpp1691 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()
1694 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in readFromBuffer()
1727 IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in size()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1133 enum ProfVersion { enum
1170 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfReader.h767 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp861 IndexedInstrProf::ProfVersion::Version12; in loadFunctionRecord()