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

References

include/llvm/Support/OnDiskHashTable.h
  345     hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
  350   iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
  372       hash_value_type ItemHash =
  373           endian::readNext<hash_value_type, little, unaligned>(Items);
  439   typedef typename base_type::hash_value_type   hash_value_type;