HomeSort by relevance Sort by last modified time
    Searched refs:calculateHash (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 181 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) {
186 unsigned RawHash = calculateHash(MDs);
194 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) {
LLVMContextImpl.h 180 : RawOps(Ops), Hash(calculateHash(Ops)) {}
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);
    [all...]
DebugInfoMetadata.cpp 186 setHash(GenericDINodeInfo::KeyTy::calculateHash(this));
Metadata.cpp 650 setHash(MDTupleInfo::KeyTy::calculateHash(this));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.cpp 183 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) {
188 unsigned RawHash = calculateHash(MDs);
196 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) {
LLVMContextImpl.h 213 : RawOps(Ops), Hash(calculateHash(Ops)) {}
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);
    [all...]
DebugInfoMetadata.cpp 217 setHash(GenericDINodeInfo::KeyTy::calculateHash(this));
    [all...]
Metadata.cpp 687 setHash(MDTupleInfo::KeyTy::calculateHash(this));
    [all...]
  /external/v8/src/inspector/
v8-debugger-script.cc 23 String16 calculateHash(const String16& str) {
216 if (m_hash.isEmpty()) m_hash = calculateHash(source());

Completed in 219 milliseconds