reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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());lib/CodeGen/StackMaps.cpp
333 DenseMapInfo<uint64_t>::getTombstoneKey() &&
lib/Transforms/IPO/WholeProgramDevirt.cpp271 DenseMapInfo<uint64_t>::getTombstoneKey()}; 290 DenseMapInfo<uint64_t>::getTombstoneKey()};tools/clang/lib/CodeGen/CodeGenTBAA.h
236 DenseMapInfo<uint64_t>::getTombstoneKey(), 237 DenseMapInfo<uint64_t>::getTombstoneKey());