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

References

include/llvm/ADT/DenseMapInfo.h
  187   using FirstInfo = DenseMapInfo<T>;
  188   using SecondInfo = DenseMapInfo<U>;
include/llvm/ADT/PointerSumType.h
  284     return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
include/llvm/Analysis/MemoryLocation.h
  280     return DenseMapInfo<uint64_t>::getHashValue(Val.toRaw());
include/llvm/Support/LowLevelTypeImpl.h
  293     return DenseMapInfo<uint64_t>::getHashValue(Val);
lib/Transforms/IPO/WholeProgramDevirt.cpp
  267             DenseMapInfo<uint64_t>::getEmptyKey()};
  271             DenseMapInfo<uint64_t>::getTombstoneKey()};
  275            DenseMapInfo<uint64_t>::getHashValue(I.ByteOffset);
  286             DenseMapInfo<uint64_t>::getEmptyKey()};
  290             DenseMapInfo<uint64_t>::getTombstoneKey()};
  294            DenseMapInfo<uint64_t>::getHashValue(I.ByteOffset);
tools/clang/lib/CodeGen/CodeGenTBAA.h
  226       DenseMapInfo<uint64_t>::getEmptyKey(),
  227       DenseMapInfo<uint64_t>::getEmptyKey());
  236       DenseMapInfo<uint64_t>::getTombstoneKey(),
  237       DenseMapInfo<uint64_t>::getTombstoneKey());
  245            DenseMapInfo<uint64_t>::getHashValue(Val.Offset) ^
  246            DenseMapInfo<uint64_t>::getHashValue(Val.Size);