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

References

include/llvm/ADT/DenseMap.h
  419   static unsigned getHashValue(const LookupKeyT &Val) {
  535   BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup,
  578   bool LookupBucketFor(const LookupKeyT &Val,
  629   bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) {
include/llvm/ADT/DenseSet.h
  201                                       const LookupKeyT &LookupKey) {
  205   std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
lib/IR/LLVMContextImpl.h
  108     bool operator==(const KeyTy& that) const {
  115     bool operator!=(const KeyTy& that) const {
  128   static unsigned getHashValue(const KeyTy& Key) {
  138   static bool isEqual(const KeyTy& LHS, const StructType *RHS) {
lib/IR/Type.cpp
  349   const AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);