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

References

include/llvm/ADT/DenseMap.h
  176   const_iterator find_as(const LookupKeyT &Val) const {
  419   static unsigned getHashValue(const LookupKeyT &Val) {
  578   bool LookupBucketFor(const LookupKeyT &Val,
  629   bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) {
include/llvm/ADT/DenseSet.h
  176   iterator find_as(const LookupKeyT &Val) {
  180   const_iterator find_as(const LookupKeyT &Val) const {
include/llvm/Linker/IRMover.h
   32       bool operator==(const KeyTy &that) const;
   33       bool operator!=(const KeyTy &that) const;
   37     static unsigned getHashValue(const KeyTy &Key);
   39     static bool isEqual(const KeyTy &LHS, const StructType *RHS);
lib/Linker/IRMover.cpp
 1466 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const {
 1470 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const {
 1482 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) {
 1491 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS,
 1526   IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);