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

References

include/llvm/ProfileData/InstrProfReader.h
  275     return (swap(CounterPtr) - CountersDelta) / sizeof(uint64_t);
  283     return Symtab->getFuncName(swap(NameRef));
lib/ProfileData/InstrProfReader.cpp
  334   if (Magic != swap(RawInstrProf::getMagic<IntPtrT>()))
  347     const IntPtrT FPtr = swap(I->FunctionPointer);
  358   Version = swap(Header.Version);
  362   CountersDelta = swap(Header.CountersDelta);
  363   NamesDelta = swap(Header.NamesDelta);
  364   auto DataSize = swap(Header.DataSize);
  365   auto CountersSize = swap(Header.CountersSize);
  366   NamesSize = swap(Header.NamesSize);
  367   ValueKindLast = swap(Header.ValueKindLast);
  404   Record.Hash = swap(Data->FuncHash);
  411   uint32_t NumCounters = swap(Data->NumCounters);
  434       Record.Counts.push_back(swap(Count));