Searched refs:MD5Hash (Results 1 – 19 of 19) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_defs.h | 150 struct MD5Hash { struct 152 bool operator==(const MD5Hash &other) const; argument 155 MD5Hash md5_hash(const void *data, uptr size);
|
| H A D | tsan_md5.cpp | 242 MD5Hash md5_hash(const void *data, uptr size) { in md5_hash() 243 MD5Hash res; in md5_hash()
|
| H A D | tsan_rtl.cpp | 1081 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
|
| H A D | tsan_rtl.h | 283 MD5Hash hash[2];
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_defs.h | 177 struct MD5Hash { struct 179 bool operator==(const MD5Hash &other) const; argument 182 MD5Hash md5_hash(const void *data, uptr size);
|
| H A D | tsan_md5.cpp | 242 MD5Hash md5_hash(const void *data, uptr size) { in md5_hash() 243 MD5Hash res; in md5_hash()
|
| H A D | tsan_rtl.cpp | 778 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
|
| H A D | tsan_rtl.h | 275 MD5Hash hash[2];
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrOrderFile.cpp | 102 stream << std::hex << MD5Hash(F.getName()); in generateCodeSequence() 146 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfileProbe.cpp | 56 Hash ^= MD5Hash(std::to_string(InlinedAt->getLine())); in getCallStackHash() 57 Hash ^= MD5Hash(std::to_string(InlinedAt->getColumn())); in getCallStackHash() 63 Hash ^= MD5Hash(Name); in getCallStackHash()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | MD5.h | 109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 53 return MD5Hash(Str); in getCallStackHash()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 571 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 204 MD5Hash(Obj.getMemoryBufferRef().getBuffer()), true)) in notifyObjectLoaded()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 253 Writer.write(MD5Hash(N)); in writeNameTable() 637 encodeULEB128(MD5Hash(N), OS); in writeNameTable()
|
| H A D | SampleProfReader.cpp | 823 auto GUID = std::to_string(MD5Hash(Name)); in readFuncProfiles() 954 auto GUID = std::to_string(MD5Hash(Name)); in readImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 991 return MD5Hash(K); in ComputeHash()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1666 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString())); in CreateCrossDsoCfiTypeId()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12418 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true); in getCUIDHash()
|