llvm::DenseMapInfo<codeview::LocallyHashedType>

DenseMapInfo specialization for locally hashed types.

Synopsis

Declared in <llvm/DebugInfo/CodeView/TypeHashing.h>

template<>
struct DenseMapInfo<codeview::LocallyHashedType>;

Static Member Functions

NameDescription
getHashValue Return the precomputed local hash of Val.
isEqual Return true if LHS and RHS have equal hashes and record bytes.

Static Data Members

NameDescription
Empty Empty-key sentinel used by DenseMap.