reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
270 Hash = Key.getHash();
lib/IR/LLVMContextImpl.h221 if (getHash() != RHS->getHash()) 270 unsigned getHashValue() const { return getHash(); } 319 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); }lib/IR/Metadata.cpp
821 Hash = Key.getHash();