Searched refs:calculateHash (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp203 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) { function in class:MDNodeOpsKey
208 unsigned RawHash = calculateHash(MDs);
216 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) { function in class:MDNodeOpsKey
H A DLLVMContextImpl.h179 : RawOps(Ops), Hash(calculateHash(Ops)) {}
195 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
205 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
226 static unsigned calculateHash(MDTuple *N) { function in struct:llvm::MDNodeKeyImpl
227 return MDNodeOpsKey::calculateHash(N);
271 static unsigned calculateHash(GenericDebugNode *N) { function in struct:llvm::MDNodeKeyImpl
272 return MDNodeOpsKey::calculateHash(N, 1);
H A DDebugInfoMetadata.cpp197 setHash(GenericDebugNodeInfo::KeyTy::calculateHash(this));
H A DMetadata.cpp559 setHash(MDTupleInfo::KeyTy::calculateHash(this));

Completed in 242 milliseconds