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
  161     bool operator==(const KeyTy& that) const {
  170     bool operator!=(const KeyTy& that) const {
  183   static unsigned getHashValue(const KeyTy& Key) {
  194   static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) {
lib/IR/Type.cpp
  304   const FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg);