Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.cpp192 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) { in calculateHash() function in MDNodeOpsKey
197 unsigned RawHash = calculateHash(MDs); in calculateHash()
205 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) { in calculateHash() function in MDNodeOpsKey
H A DLLVMContextImpl.h250 : RawOps(Ops), Hash(calculateHash(Ops)) {} in MDNodeOpsKey()
266 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
276 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
309 static unsigned calculateHash(MDTuple *N) {
310 return MDNodeOpsKey::calculateHash(N);
358 static unsigned calculateHash(GenericDINode *N) {
359 return MDNodeOpsKey::calculateHash(N, 1);
H A DMetadata.cpp795 setHash(MDTupleInfo::KeyTy::calculateHash(this)); in recalculateHash()
H A DDebugInfoMetadata.cpp346 setHash(GenericDINodeInfo::KeyTy::calculateHash(this)); in recalculateHash()