reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
265 GenericDINodeInfo::KeyTy Key(Tag, Header, DwarfOps); 284 setHash(GenericDINodeInfo::KeyTy::calculateHash(this));lib/IR/LLVMContextImpl.h
1150 static unsigned getHashValue(const KeyTy &Key) { return Key.getHashValue(); } 1153 return KeyTy(N).getHashValue(); 1156 static bool isEqual(const KeyTy &LHS, const NodeTy *RHS) {lib/IR/Metadata.cpp
686 setHash(MDTupleInfo::KeyTy::calculateHash(this)); 816 MDTupleInfo::KeyTy Key(MDs);lib/IR/MetadataImpl.h
23 const typename InfoT::KeyTy &Key) {