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 DInstrProfReader.cpp926 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()
H A DInstrProfWriter.cpp857 ? 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()
H A DInstrProf.cpp1638 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()
1641 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in readFromBuffer()
1674 IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in size()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1070 enum ProfVersion { enum
1107 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfReader.h709 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp829 ProfileReader.getVersion() < IndexedInstrProf::ProfVersion::Version12; in loadFunctionRecord()