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

/external/llvm/lib/ProfileData/
H A DInstrProfIndexed.h29 static inline uint64_t MD5Hash(StringRef Str) { function in class:llvm::IndexedInstrProf::HashT
43 return IndexedInstrProf::MD5Hash(K);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h164 struct MD5Hash { struct in namespace:__tsan
166 bool operator==(const MD5Hash &other) const;
169 MD5Hash md5_hash(const void *data, uptr size);
H A Dtsan_md5.cc237 MD5Hash md5_hash(const void *data, uptr size) {
238 MD5Hash res;
H A Dtsan_rtl.cc974 bool MD5Hash::operator==(const MD5Hash &other) const {
H A Dtsan_rtl.h428 MD5Hash hash[2];

Completed in 112 milliseconds