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

References

include/llvm/ADT/DenseMap.h
  430     return KeyInfoT::getTombstoneKey();
 1250     const KeyT Tombstone = KeyInfoT::getTombstoneKey();
 1260     const KeyT Tombstone = KeyInfoT::getTombstoneKey();
include/llvm/ADT/DenseMapInfo.h
  196     return std::make_pair(FirstInfo::getTombstoneKey(),
  197                           SecondInfo::getTombstoneKey());
include/llvm/CodeGen/Register.h
  144     return DenseMapInfo<unsigned>::getTombstoneKey();
include/llvm/CodeGen/TargetInstrInfo.h
 1798     return TargetInstrInfo::RegSubRegPair(RegInfo::getTombstoneKey(),
 1799                                           RegInfo::getTombstoneKey());
include/llvm/DebugInfo/CodeView/TypeIndex.h
  286     return codeview::TypeIndex{DenseMapInfo<uint32_t>::getTombstoneKey()};
include/llvm/DebugInfo/GSYM/FileEntry.h
   54     uint32_t key = DenseMapInfo<uint32_t>::getTombstoneKey();
include/llvm/MC/MCRegister.h
   98     return DenseMapInfo<unsigned>::getTombstoneKey();
lib/Analysis/AliasAnalysisSummary.h
  252                                     DenseMapInfo<unsigned>::getTombstoneKey()};
lib/CodeGen/MachineOutliner.cpp
  683     assert(LegalInstrNumber != DenseMapInfo<unsigned>::getTombstoneKey() &&
  720     assert(IllegalInstrNumber != DenseMapInfo<unsigned>::getTombstoneKey() &&
  817     assert(DenseMapInfo<unsigned>::getTombstoneKey() == (unsigned)-2 &&
tools/clang/lib/CodeGen/CodeGenTBAA.h
  231     unsigned UnsignedKey = DenseMapInfo<unsigned>::getTombstoneKey();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  886       offset == llvm::DenseMapInfo<dw_offset_t>::getTombstoneKey())