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

References

include/llvm/DebugInfo/CodeView/TypeHashing.h
   83     ::memcpy(Hash.data(), H.data(), 8);
   87   bool empty() const { return *(const uint64_t*)Hash.data() == 0; }
  204     return *reinterpret_cast<const unsigned *>(Val.Hash.data());
  209     return LHS.Hash == RHS.Hash;
  209     return LHS.Hash == RHS.Hash;
  225     for (uint8_t B : V.Hash) {
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  696     assert(GHR.Hash.size() == 8);
  697     StringRef S(reinterpret_cast<const char *>(GHR.Hash.data()),
  698                 GHR.Hash.size());
lib/DebugInfo/CodeView/TypeHashing.cpp
   67         BytesToHash = Prev[TI.toArrayIndex()].Hash;
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
   48   return Hashes[TI.toArrayIndex()].Hash;
   56       EXPECT_NE(Hashes[I].Hash, Hashes[J].Hash);
   56       EXPECT_NE(Hashes[I].Hash, Hashes[J].Hash);