Searched defs:MD5Hash (Results 1 - 2 of 2) 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);

Completed in 99 milliseconds