Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp724 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
741 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
927 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
996 Cur = readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
1000 readSummary((IndexedInstrProf::ProfVersion)Header->formatVersion(), Cur, in readHeader()
H A DInstrProf.cpp1368 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()
1375 IndexedInstrProf::ProfVersion::CurrentVersion == Version9, in readFromBuffer()
1397 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version9, in size()
H A DInstrProfWriter.cpp359 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h1027 enum ProfVersion { enum
1058 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfReader.h620 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,