Searched refs:updateHash (Results 1 – 1 of 1) sorted by relevance
63 auto updateHash = [](const StringRef &Str) -> uint64_t { in getCallStackHashV0() local68 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); in getCallStackHashV0()69 Ret ^= updateHash(BB.getName()); in getCallStackHashV0()70 Ret ^= updateHash(DIL->getScope()->getSubprogram()->getLinkageName()); in getCallStackHashV0()72 Ret ^= updateHash(std::to_string(DIL->getLine())); in getCallStackHashV0()73 Ret ^= updateHash(DIL->getScope()->getSubprogram()->getLinkageName()); in getCallStackHashV0()