Searched defs:EmptyKey (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h77 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator in enum:llvm::Attribute::AttrKind
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h122 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); local
364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); local
379 const KeyT EmptyKey = getEmptyKey(); local
399 const KeyT EmptyKey = getEmptyKey(); local
596 const KeyT EmptyKey = getEmptyKey(); local
620 const KeyT EmptyKey = getEmptyKey(); local
938 const KeyT EmptyKey = this->getEmptyKey(); local
1050 const KeyT EmptyKey = this->getEmptyKey(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h445 static const IRPosition EmptyKey; member in namespace:llvm

Completed in 109 milliseconds