reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ProfileData/InstrProf.h
  980 const uint64_t Version = ProfVersion::CurrentVersion;
include/llvm/ProfileData/InstrProfReader.h
  446   const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
lib/ProfileData/InstrProfReader.cpp
  548     if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) {
  565     if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 &&
  744 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version,
  817       IndexedInstrProf::ProfVersion::CurrentVersion)
lib/ProfileData/InstrProfWriter.cpp
  304   Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion;