Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp540 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
557 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
736 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
806 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
809 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur); in readHeader()
H A DInstrProfWriter.cpp265 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h873 enum ProfVersion { enum
895 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfReader.h421 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,