Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h142 struct MD5Hash { struct
144 bool operator==(const MD5Hash &other) const; argument
147 MD5Hash md5_hash(const void *data, uptr size);
H A Dtsan_md5.cpp242 MD5Hash md5_hash(const void *data, uptr size) { in md5_hash()
243 MD5Hash res; in md5_hash()
H A Dtsan_rtl.cpp1123 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
H A Dtsan_rtl.h494 MD5Hash hash[2];
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp110 stream << std::hex << MD5Hash(F.getName()); in generateCodeSequence()
154 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp57 Hash ^= MD5Hash(std::to_string(InlinedAt->getLine())); in getCallStackHash()
58 Hash ^= MD5Hash(std::to_string(InlinedAt->getColumn())); in getCallStackHash()
64 Hash ^= MD5Hash(Name); in getCallStackHash()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMD5.h109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp51 return MD5Hash(Str); in getCallStackHash()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h507 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp206 Writer.write(MD5Hash(N)); in writeNameTable()
545 encodeULEB128(MD5Hash(N), OS); in writeNameTable()
H A DSampleProfReader.cpp726 auto GUID = std::to_string(MD5Hash(Name)); in readFuncProfiles()
897 auto GUID = std::to_string(MD5Hash(Name)); in readImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp203 MD5Hash(Obj.getMemoryBufferRef().getBuffer()), true)) in notifyObjectLoaded()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h957 return MD5Hash(K); in ComputeHash()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1507 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString())); in CreateCrossDsoCfiTypeId()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11722 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true); in getCUIDHash()