Home
last modified time | relevance | path

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

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