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/BinaryFormat/Minidump.h
  261     return DenseMapInfo<uint32_t>::getHashValue(static_cast<uint32_t>(Val));
include/llvm/CodeGen/Register.h
  141     return DenseMapInfo<unsigned>::getEmptyKey();
  144     return DenseMapInfo<unsigned>::getTombstoneKey();
  147     return DenseMapInfo<unsigned>::getHashValue(Val.id());
  150     return DenseMapInfo<unsigned>::isEqual(LHS.id(), RHS.id());
include/llvm/CodeGen/TargetInstrInfo.h
 1790   using RegInfo = DenseMapInfo<unsigned>;
include/llvm/DebugInfo/CodeView/TypeIndex.h
  283     return codeview::TypeIndex{DenseMapInfo<uint32_t>::getEmptyKey()};
  286     return codeview::TypeIndex{DenseMapInfo<uint32_t>::getTombstoneKey()};
  289     return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  337       return DenseMapInfo<uint32_t>::getHashValue(Code);
include/llvm/DebugInfo/GSYM/FileEntry.h
   50     uint32_t key = DenseMapInfo<uint32_t>::getEmptyKey();
   54     uint32_t key = DenseMapInfo<uint32_t>::getTombstoneKey();
   58     return llvm::hash_combine(DenseMapInfo<uint32_t>::getHashValue(Val.Dir),
   59                               DenseMapInfo<uint32_t>::getHashValue(Val.Base));
include/llvm/MC/MCRegister.h
   95     return DenseMapInfo<unsigned>::getEmptyKey();
   98     return DenseMapInfo<unsigned>::getTombstoneKey();
  101     return DenseMapInfo<unsigned>::getHashValue(Val.id());
  104     return DenseMapInfo<unsigned>::isEqual(LHS.id(), RHS.id());
lib/Analysis/AliasAnalysisSummary.h
  248                                     DenseMapInfo<unsigned>::getEmptyKey()};
  252                                     DenseMapInfo<unsigned>::getTombstoneKey()};
lib/MC/WasmObjectWriter.cpp
   92       Value += DenseMapInfo<uint32_t>::getHashValue(uint32_t(Ret));
   94       Value += DenseMapInfo<uint32_t>::getHashValue(uint32_t(Param));
tools/clang/lib/CodeGen/CodeGenTBAA.h
  221     unsigned UnsignedKey = DenseMapInfo<unsigned>::getEmptyKey();
  231     unsigned UnsignedKey = DenseMapInfo<unsigned>::getTombstoneKey();
  242     return DenseMapInfo<unsigned>::getHashValue(KindValue) ^
tools/dsymutil/BinaryHolder.h
  153                         DenseMapInfo<unsigned>::getHashValue(
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  885       offset == llvm::DenseMapInfo<dw_offset_t>::getEmptyKey() ||
  886       offset == llvm::DenseMapInfo<dw_offset_t>::getTombstoneKey())