Searched refs:calculateHash (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 181 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
|
D | LLVMContextImpl.h | 180 : 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);
|
D | DebugInfoMetadata.cpp | 186 setHash(GenericDINodeInfo::KeyTy::calculateHash(this)); in recalculateHash()
|
D | Metadata.cpp | 650 setHash(MDTupleInfo::KeyTy::calculateHash(this)); in recalculateHash()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 183 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
|
D | LLVMContextImpl.h | 213 : 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);
|
D | DebugInfoMetadata.cpp | 217 setHash(GenericDINodeInfo::KeyTy::calculateHash(this)); in recalculateHash()
|
D | Metadata.cpp | 687 setHash(MDTupleInfo::KeyTy::calculateHash(this)); in recalculateHash()
|
/external/v8/src/inspector/ |
D | v8-debugger-script.cc | 24 String16 calculateHash(v8::Isolate* isolate, v8::Local<v8::String> source) { in calculateHash() function 257 m_hash = calculateHash(m_isolate, v8Source); in hash()
|