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

  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 145 struct MD5Hash {
147 bool operator==(const MD5Hash &other) const;
150 MD5Hash md5_hash(const void *data, uptr size);
tsan_md5.cc 235 MD5Hash md5_hash(const void *data, uptr size) {
236 MD5Hash res;
tsan_rtl.cc 1007 bool MD5Hash::operator==(const MD5Hash &other) const {
tsan_rtl.h 484 MD5Hash hash[2];
  /external/llvm/include/llvm/Support/
MD5.h 70 inline uint64_t MD5Hash(StringRef Str) {
  /external/llvm/include/llvm/IR/
GlobalValue.h 445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 403 /// (such as pointers, md5hash values) to the function. A function's
404 /// PGO name or name's md5hash are used in retrieving the profile
763 return MD5Hash(K);
    [all...]

Completed in 132 milliseconds