Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp559 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
576 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
755 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
828 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
831 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur, in readHeader()
834 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur, in readHeader()
H A DInstrProfWriter.cpp305 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h964 enum ProfVersion { enum
991 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfReader.h471 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,