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

References

include/llvm/ProfileData/InstrProfReader.h
  401   uint64_t getVersion() const override { return GET_VERSION(FormatVersion); }
lib/ProfileData/InstrProfReader.cpp
  359   if (GET_VERSION(Version) != RawInstrProf::Version)
  548     if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) {
  565     if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 &&
  816   if (GET_VERSION(FormatVersion) >