Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp592 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
609 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
788 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
861 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
864 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur, in readHeader()
867 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur, in readHeader()
H A DInstrProfWriter.cpp305 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h964 enum ProfVersion { enum
991 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfReader.h478 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,