llvm::DenseMapInfo<AttributeList, void>

Provide DenseMapInfo for AttributeList.

Synopsis

Declared in <llvm/IR/Attributes.h>

template<>
struct DenseMapInfo<AttributeList, void>;

Static Member Functions

NameDescription
getHashValue Return a hash value for attribute list AS.
isEqual Return true if LHS and RHS refer to the same attribute list.