Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContextImpl.cpp181 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) { in calculateHash() function in MDNodeOpsKey
186 unsigned RawHash = calculateHash(MDs); in calculateHash()
194 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) { in calculateHash() function in MDNodeOpsKey
DLLVMContextImpl.h180 : RawOps(Ops), Hash(calculateHash(Ops)) {} in MDNodeOpsKey()
196 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
206 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
238 static unsigned calculateHash(MDTuple *N) {
239 return MDNodeOpsKey::calculateHash(N);
283 static unsigned calculateHash(GenericDINode *N) {
284 return MDNodeOpsKey::calculateHash(N, 1);
DDebugInfoMetadata.cpp186 setHash(GenericDINodeInfo::KeyTy::calculateHash(this)); in recalculateHash()
DMetadata.cpp650 setHash(MDTupleInfo::KeyTy::calculateHash(this)); in recalculateHash()
/external/v8/src/inspector/
Dv8-debugger-script.cc29 String16 calculateHash(const String16& str) { in calculateHash() function
300 if (m_hash.isEmpty()) m_hash = calculateHash(source(isolate)); in hash()