HomeSort by: relevance | last modified time | path
    Searched refs:calculateHash (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.cpp 175 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) {
180 unsigned RawHash = calculateHash(MDs);
188 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) {
LLVMContextImpl.h 191 : RawOps(Ops), Hash(calculateHash(Ops)) {}
207 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
217 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
250 static unsigned calculateHash(MDTuple *N) {
251 return MDNodeOpsKey::calculateHash(N);
299 static unsigned calculateHash(GenericDINode *N) {
300 return MDNodeOpsKey::calculateHash(N, 1);
DebugInfoMetadata.cpp 309 setHash(GenericDINodeInfo::KeyTy::calculateHash(this));
Metadata.cpp 699 setHash(MDTupleInfo::KeyTy::calculateHash(this));

Completed in 44 milliseconds