Home
last modified time | relevance | path

Searched refs:calculateHash (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.cpp183 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) { in calculateHash() function in MDNodeOpsKey
188 unsigned RawHash = calculateHash(MDs); in calculateHash()
196 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) { in calculateHash() function in MDNodeOpsKey
DLLVMContextImpl.h213 : RawOps(Ops), Hash(calculateHash(Ops)) {} in MDNodeOpsKey()
229 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
239 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
272 static unsigned calculateHash(MDTuple *N) {
273 return MDNodeOpsKey::calculateHash(N);
318 static unsigned calculateHash(GenericDINode *N) {
319 return MDNodeOpsKey::calculateHash(N, 1);
DDebugInfoMetadata.cpp217 setHash(GenericDINodeInfo::KeyTy::calculateHash(this)); in recalculateHash()
DMetadata.cpp687 setHash(MDTupleInfo::KeyTy::calculateHash(this)); in recalculateHash()
/external/v8/src/inspector/
Dv8-debugger-script.cc23 String16 calculateHash(const String16& str) { in calculateHash() function
216 if (m_hash.isEmpty()) m_hash = calculateHash(source()); in hash()