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

References

lib/ProfileData/InstrProfReader.cpp
  300   return RawInstrProf::getMagic<IntPtrT>() == Magic ||
  301          sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic;
  312   ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>();
  334   if (Magic != swap(RawInstrProf::getMagic<IntPtrT>()))