Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp500 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
517 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
577 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
645 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
648 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur); in readHeader()
DInstrProfWriter.cpp227 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h770 enum ProfVersion { enum
790 const uint64_t Version = ProfVersion::CurrentVersion;
DInstrProfReader.h374 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,