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

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 205 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) {
210 unsigned RawHash = calculateHash(MDs);
218 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) {
LLVMContextImpl.h 179 : RawOps(Ops), Hash(calculateHash(Ops)) {}
195 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
205 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
226 static unsigned calculateHash(MDTuple *N) {
227 return MDNodeOpsKey::calculateHash(N);
271 static unsigned calculateHash(GenericDINode *N) {
272 return MDNodeOpsKey::calculateHash(N, 1);
    [all...]
DebugInfoMetadata.cpp 201 setHash(GenericDINodeInfo::KeyTy::calculateHash(this));
Metadata.cpp 588 setHash(MDTupleInfo::KeyTy::calculateHash(this));
    [all...]

Completed in 902 milliseconds