Home
last modified time | relevance | path

Searched refs:ProfVersion (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfReader.cpp524 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
541 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
602 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary()
672 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
675 Cur = readSummary((IndexedInstrProf::ProfVersion)FormatVersion, Cur); in readHeader()
DInstrProfWriter.cpp265 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,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h873 enum ProfVersion { enum
895 const uint64_t Version = ProfVersion::CurrentVersion;
DInstrProfReader.h403 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,