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

References

tools/clang/lib/CodeGen/CodeGenPGO.cpp
  730     uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working);
  732     Working = 0;
  737   Working = Working << NumBitsPerType | Type;
  737   Working = Working << NumBitsPerType | Type;
  746     return Working;
  749   if (Working)
  750     MD5.update(Working);