Searched refs:MD5Hash (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h159 struct MD5Hash { struct in namespace:__tsan
161 bool operator==(const MD5Hash &other) const;
164 MD5Hash md5_hash(const void *data, uptr size);
H A Dtsan_md5.cpp242 MD5Hash md5_hash(const void *data, uptr size) {
243 MD5Hash res;
H A Dtsan_rtl.cpp1096 bool MD5Hash::operator==(const MD5Hash &other) const {
H A Dtsan_rtl.h504 MD5Hash hash[2];
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMD5.h109 inline uint64_t MD5Hash(StringRef Str) { function in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp111 stream << std::hex << MD5Hash(F.getName());
155 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())),
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h506 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp359 encodeULEB128(MD5Hash(N), OS);
H A DSampleProfReader.cpp655 auto GUID = std::to_string(MD5Hash(Name));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h951 return MD5Hash(K);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1229 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString()));

Completed in 104 milliseconds