Home
last modified time | relevance | path

Searched refs:MD5Hash (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h160 struct MD5Hash { struct
162 bool operator==(const MD5Hash &other) const; argument
165 MD5Hash md5_hash(const void *data, uptr size);
H A Dtsan_md5.cc235 MD5Hash md5_hash(const void *data, uptr size) { in md5_hash()
236 MD5Hash res; in md5_hash()
H A Dtsan_rtl.cc1068 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
H A Dtsan_rtl.h500 MD5Hash hash[2];
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMD5.h109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h497 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp214 encodeULEB128(MD5Hash(N), OS); in writeNameTable()
H A DSampleProfReader.cpp473 auto GUID = std::to_string(MD5Hash(Name)); in read()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h866 return MD5Hash(K); in ComputeHash()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1163 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString())); in CreateCrossDsoCfiTypeId()