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

Definitions

include/llvm/ADT/CachedHashString.h
   54   static CachedHashStringRef getTombstoneKey() {
  158   static CachedHashString getTombstoneKey() {
include/llvm/ADT/DenseMapInfo.h
   45   static inline T* getTombstoneKey() {
   62   static inline char getTombstoneKey() { return ~0 - 1; }
   84   static inline unsigned short getTombstoneKey() { return 0xFFFF - 1; }
   95   static inline unsigned getTombstoneKey() { return ~0U - 1; }
  106   static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
  143   static inline int getTombstoneKey() { return -0x7fffffff - 1; }
  157   static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
  171   static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; }
  195   static inline Pair getTombstoneKey() {
  227   static inline StringRef getTombstoneKey() {
  278   static inline hash_code getTombstoneKey() { return hash_code(-2); }
include/llvm/ADT/PointerIntPair.h
  204   static Ty getTombstoneKey() {
include/llvm/ADT/PointerUnion.h
  293   static inline Union getTombstoneKey() {
include/llvm/Analysis/MemoryLocation.h
  292   static inline MemoryLocation getTombstoneKey() {
include/llvm/BinaryFormat/Minidump.h
  256   static minidump::StreamType getTombstoneKey() {
include/llvm/CodeGen/MachineInstr.h
 1709   static inline MachineInstr *getTombstoneKey() {
include/llvm/CodeGen/MachineOperand.h
  954   static MachineOperand getTombstoneKey() {
include/llvm/CodeGen/PBQP/CostAllocator.h
   52     static inline PoolEntry *getTombstoneKey() {
include/llvm/CodeGen/Register.h
  143   static inline unsigned getTombstoneKey() {
include/llvm/CodeGen/SelectionDAGNodes.h
  220   static inline SDValue getTombstoneKey() {
include/llvm/CodeGen/TargetInstrInfo.h
 1797   static inline TargetInstrInfo::RegSubRegPair getTombstoneKey() {
include/llvm/DebugInfo/CodeView/TypeHashing.h
  181   static codeview::LocallyHashedType getTombstoneKey() { return Tombstone; }
  201   static codeview::GloballyHashedType getTombstoneKey() { return Tombstone; }
include/llvm/DebugInfo/CodeView/TypeIndex.h
  285   static inline codeview::TypeIndex getTombstoneKey() {
include/llvm/DebugInfo/GSYM/FileEntry.h
   53   static inline gsym::FileEntry getTombstoneKey() {
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
  181   static orc::SymbolStringPtr getTombstoneKey() {
include/llvm/IR/Attributes.h
  315   static AttributeSet getTombstoneKey() {
  684   static AttributeList getTombstoneKey() {
include/llvm/IR/CallSite.h
  890   static CallSite getTombstoneKey() {
include/llvm/IR/Dominators.h
  111   static inline BasicBlockEdge getTombstoneKey() {
include/llvm/IR/ModuleSummaryIndex.h
  260   static inline ValueInfo getTombstoneKey() {
  697   static FunctionSummary::VFuncId getTombstoneKey() {
  713   static FunctionSummary::ConstVCall getTombstoneKey() {
include/llvm/IR/ValueHandle.h
  295   static inline AssertingVH<T> getTombstoneKey() {
  526   static inline PoisoningVH<T> getTombstoneKey() {
include/llvm/IR/ValueMap.h
  305   static inline VH getTombstoneKey() {
include/llvm/MC/MCRegister.h
   97   static inline unsigned getTombstoneKey() {
include/llvm/Object/ObjectFile.h
  564   static object::SectionRef getTombstoneKey() {
include/llvm/Object/WasmTraits.h
   30   static wasm::WasmSignature getTombstoneKey() {
include/llvm/ProfileData/Coverage/CoverageMapping.h
  810   static inline coverage::CounterExpression getTombstoneKey() {
include/llvm/Support/LowLevelTypeImpl.h
  286   static inline LLT getTombstoneKey() {
include/llvm/TextAPI/MachO/InterfaceFile.h
  139   static inline SymbolsMapKey getTombstoneKey() {
include/llvm/Transforms/IPO/Attributor.h
  515   static inline IRPosition getTombstoneKey() {
include/llvm/Transforms/Utils/BypassSlowDivision.h
   51   static DivRemMapKey getTombstoneKey() {
lib/Analysis/AliasAnalysisSummary.h
  250   static inline cflaa::InstantiatedValue getTombstoneKey() {
lib/Analysis/MemorySSA.cpp
  193   static inline MemoryLocOrCall getTombstoneKey() {
lib/CodeGen/LiveDebugValues.cpp
  546   static inline DV getTombstoneKey() {
lib/CodeGen/LiveDebugVariables.cpp
  338   static UserValueIdentity getTombstoneKey() {
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  435 DWARFDebugNames::Abbrev DWARFDebugNames::AbbrevMapInfo::getTombstoneKey() {
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
   38     static inline CVSymbol getTombstoneKey() {
lib/IR/ConstantsContext.h
  587     static inline ConstantClass *getTombstoneKey() {
lib/IR/LLVMContextImpl.h
   69   static inline APInt getTombstoneKey() {
   86   static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus(), 2); }
  124   static inline StructType* getTombstoneKey() {
  179   static inline FunctionType* getTombstoneKey() {
 1146   static inline NodeTy *getTombstoneKey() {
lib/Linker/IRMover.cpp
 1478 StructType *IRMover::StructTypeKeyInfo::getTombstoneKey() {
lib/MC/MCDwarf.cpp
 1801   static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); }
lib/MC/WasmObjectWriter.cpp
   84   static WasmSignature getTombstoneKey() {
lib/Target/X86/X86OptimizeLEAs.cpp
  124   static inline MemOpKey getTombstoneKey() {
lib/Transforms/IPO/WholeProgramDevirt.cpp
  269   static VTableSlot getTombstoneKey() {
  288   static VTableSlotSummary getTombstoneKey() {
lib/Transforms/InstCombine/InstCombinePHI.cpp
  927     static inline LoweredPHIRecord getTombstoneKey() {
lib/Transforms/Scalar/EarlyCSE.cpp
  129   static inline SimpleValue getTombstoneKey() {
  404   static inline CallValue getTombstoneKey() {
lib/Transforms/Scalar/GVN.cpp
  144   static inline GVN::Expression getTombstoneKey() { return ~1U; }
lib/Transforms/Scalar/GVNSink.cpp
  322   static inline ModelledPHI &getTombstoneKey() {
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 1110   static SmallVector<const SCEV *, 4> getTombstoneKey() {
lib/Transforms/Scalar/LoopUnrollPass.cpp
  295   static inline UnrolledInstState getTombstoneKey() {
lib/Transforms/Scalar/NewGVN.cpp
  450   static const Expression *getTombstoneKey() {
lib/Transforms/Utils/Local.cpp
 1086     static PHINode *getTombstoneKey() {
 2131         static CatchPadInst *getTombstoneKey() {
lib/Transforms/Vectorize/LoopVectorize.cpp
 3178   static inline Instruction *getTombstoneKey() {
lib/Transforms/Vectorize/SLPVectorizer.cpp
 1928     static OrdersType getTombstoneKey() {
lib/Transforms/Vectorize/VPlan.h
 1607     static SmallVector<VPValue *, 4> getTombstoneKey() {
tools/clang/include/clang/AST/ASTTypeTraits.h
  114     static inline ASTNodeKind getTombstoneKey() {
  354     static inline DynTypedNode getTombstoneKey() {
tools/clang/include/clang/AST/BaseSubobject.h
   64   static clang::BaseSubobject getTombstoneKey() {
tools/clang/include/clang/AST/CharUnits.h
  227   static clang::CharUnits getTombstoneKey() {
tools/clang/include/clang/AST/DeclarationName.h
  850   static inline clang::DeclarationName getTombstoneKey() {
tools/clang/include/clang/AST/GlobalDecl.h
  157     static inline clang::GlobalDecl getTombstoneKey() {
tools/clang/include/clang/AST/Redeclarable.h
  394   static CanonicalDeclPtr getTombstoneKey() {
tools/clang/include/clang/AST/TypeOrdering.h
   42     static inline clang::QualType getTombstoneKey() {
   62     static inline clang::CanQualType getTombstoneKey() {
tools/clang/include/clang/Analysis/RetainSummaryManager.h
  253   static inline ObjCSummaryKey getTombstoneKey() {
tools/clang/include/clang/Basic/IdentifierTable.h
  936   static clang::Selector getTombstoneKey() {
tools/clang/include/clang/Basic/SourceLocation.h
  453     static clang::FileID getTombstoneKey() {
tools/clang/include/clang/Sema/ScopeInfo.h
  304       static inline WeakObjectProfileTy getTombstoneKey() {
tools/clang/include/clang/Sema/Sema.h
11703   static FunctionDeclAndLoc getTombstoneKey() {
tools/clang/include/clang/Serialization/ASTBitCodes.h
  121       static QualType getTombstoneKey() {
 2147     static clang::serialization::DeclarationNameKey getTombstoneKey() {
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 2061   static inline EditEntry getTombstoneKey() {
tools/clang/lib/AST/ExprConstant.cpp
  686   static ObjectUnderConstruction getTombstoneKey() {
tools/clang/lib/AST/ItaniumCXXABI.cpp
  108   static DecompositionDeclName getTombstoneKey() {
tools/clang/lib/CodeGen/CodeGenTBAA.h
  230   static clang::CodeGen::TBAAAccessInfo getTombstoneKey() {
tools/clang/lib/Sema/SemaStmt.cpp
 4003   static CatchHandlerType getTombstoneKey() {
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
   79   static inline ClassDefId getTombstoneKey() {
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
   39   static inline NamingCheckId getTombstoneKey() {
tools/clang/tools/extra/clangd/index/SymbolID.h
   72   static inline clang::clangd::SymbolID getTombstoneKey() {
tools/clang/tools/extra/clangd/index/dex/Token.h
  123   static inline clang::clangd::dex::Token getTombstoneKey() {
tools/clang/tools/libclang/CXCursor.cpp
 1382   static inline CXCursor getTombstoneKey() {
tools/clang/tools/libclang/Indexing.cpp
  100     static inline PPRegion getTombstoneKey() {
tools/dsymutil/BinaryHolder.h
  146   static inline dsymutil::BinaryHolder::ArchiveEntry::KeyTy getTombstoneKey() {
tools/lld/COFF/Chunks.h
  550     static ChunkAndOffset getTombstoneKey() {
tools/lld/include/lld/Core/SymbolTable.h
   65     static StringRef getTombstoneKey() { return StringRef(" ", 1); }
   78     static const DefinedAtom * getTombstoneKey() { return (DefinedAtom*)(-1); }
tools/lldb/include/lldb/Utility/ConstString.h
  471   static inline lldb_private::ConstString getTombstoneKey() {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  437     static ModuleCacheKey getTombstoneKey() { return ModuleCacheKey("", "T"); }
tools/llvm-c-test/echo.cpp
   42     static inline T* getTombstoneKey() {
tools/llvm-dwp/DWPStringPool.h
   16     static inline const char *getTombstoneKey() {
tools/polly/include/polly/Support/VirtualInstruction.h
  323   static polly::VirtualInstruction getTombstoneKey() {
unittests/ADT/DenseMapTest.cpp
   62   static inline CtorTester getTombstoneKey() { return CtorTester(-2); }
  513   static inline unsigned getTombstoneKey() { return ~0U - 1; }
  552   static inline unsigned getTombstoneKey() { return ~0U - 1; }
unittests/ADT/DenseSetTest.cpp
   35   static inline unsigned getTombstoneKey() { return ~0U - 1; }
  174   static inline CountCopyAndMove getTombstoneKey() {
unittests/Support/ReverseIterationTest.cpp
   68   static PtrLikeInt *getTombstoneKey() {