llvm::hashbuilder_detail

Implementation details for HashBuilder.

Types

NameDescription
HashCodeHasher Hasher that accumulates data into an LLVM hash_code.
IsHashableData Trait to indicate whether a type's bits can be hashed directly (after endianness correction).

Type Aliases

NameDescription
HashCodeHashBuilder HashBuilder that uses HashCodeHasher with native endianness.