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

References

include/llvm/ADT/DenseMap.h
  426     return KeyInfoT::getEmptyKey();
 1249     const KeyT Empty = KeyInfoT::getEmptyKey();
 1259     const KeyT Empty = KeyInfoT::getEmptyKey();
include/llvm/ADT/DenseMapInfo.h
  191     return std::make_pair(FirstInfo::getEmptyKey(),
  192                           SecondInfo::getEmptyKey());
include/llvm/CodeGen/Register.h
  141     return DenseMapInfo<unsigned>::getEmptyKey();
include/llvm/CodeGen/TargetInstrInfo.h
 1793     return TargetInstrInfo::RegSubRegPair(RegInfo::getEmptyKey(),
 1794                                           RegInfo::getEmptyKey());
include/llvm/DebugInfo/CodeView/TypeIndex.h
  283     return codeview::TypeIndex{DenseMapInfo<uint32_t>::getEmptyKey()};
include/llvm/DebugInfo/GSYM/FileEntry.h
   50     uint32_t key = DenseMapInfo<uint32_t>::getEmptyKey();
include/llvm/MC/MCRegister.h
   95     return DenseMapInfo<unsigned>::getEmptyKey();
lib/Analysis/AliasAnalysisSummary.h
  248                                     DenseMapInfo<unsigned>::getEmptyKey()};
lib/CodeGen/MachineOutliner.cpp
  681     assert(LegalInstrNumber != DenseMapInfo<unsigned>::getEmptyKey() &&
  717     assert(IllegalInstrNumber != DenseMapInfo<unsigned>::getEmptyKey() &&
  815     assert(DenseMapInfo<unsigned>::getEmptyKey() == (unsigned)-1 &&
tools/clang/lib/CodeGen/CodeGenTBAA.h
  221     unsigned UnsignedKey = DenseMapInfo<unsigned>::getEmptyKey();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  885       offset == llvm::DenseMapInfo<dw_offset_t>::getEmptyKey() ||