Searched refs:MD5Hash (Results 1 – 15 of 15) sorted by relevance
142 struct MD5Hash { struct144 bool operator==(const MD5Hash &other) const; argument147 MD5Hash md5_hash(const void *data, uptr size);
242 MD5Hash md5_hash(const void *data, uptr size) { in md5_hash()243 MD5Hash res; in md5_hash()
1123 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
494 MD5Hash hash[2];
110 stream << std::hex << MD5Hash(F.getName()); in generateCodeSequence()154 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
57 Hash ^= MD5Hash(std::to_string(InlinedAt->getLine())); in getCallStackHash()58 Hash ^= MD5Hash(std::to_string(InlinedAt->getColumn())); in getCallStackHash()64 Hash ^= MD5Hash(Name); in getCallStackHash()
109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
51 return MD5Hash(Str); in getCallStackHash()
507 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID()
206 Writer.write(MD5Hash(N)); in writeNameTable()545 encodeULEB128(MD5Hash(N), OS); in writeNameTable()
726 auto GUID = std::to_string(MD5Hash(Name)); in readFuncProfiles()897 auto GUID = std::to_string(MD5Hash(Name)); in readImpl()
203 MD5Hash(Obj.getMemoryBufferRef().getBuffer()), true)) in notifyObjectLoaded()
957 return MD5Hash(K); in ComputeHash()
1507 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString())); in CreateCrossDsoCfiTypeId()
11722 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true); in getCUIDHash()