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

References

lib/ProfileData/InstrProfReader.cpp
  320   while (CurrentPos != End && *CurrentPos == 0)
  320   while (CurrentPos != End && *CurrentPos == 0)
  321     ++CurrentPos;
  323   if (CurrentPos == End)
  327   if (CurrentPos + sizeof(RawInstrProf::Header) > End)
  330   if (reinterpret_cast<size_t>(CurrentPos) % alignof(uint64_t))
  333   uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos);
  338   auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos);