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

  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 141 struct MD5Hash {
143 bool operator==(const MD5Hash &other) const;
146 MD5Hash md5_hash(const void *data, uptr size);
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 211 /// (such as pointers, md5hash values) to the function. A function's
212 /// PGO name or name's md5hash are used in retrieving the profile
493 static inline uint64_t MD5Hash(StringRef Str) {
507 return IndexedInstrProf::MD5Hash(K);

Completed in 106 milliseconds