Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h150 struct MD5Hash { struct
152 bool operator==(const MD5Hash &other) const; argument
155 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.cpp1081 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
H A Dtsan_rtl.h283 MD5Hash hash[2];
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_defs.h177 struct MD5Hash { struct
179 bool operator==(const MD5Hash &other) const; argument
182 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.cpp778 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
H A Dtsan_rtl.h275 MD5Hash hash[2];
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp102 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 DSampleProfileProbe.cpp56 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 DMD5.h109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp53 return MD5Hash(Str); in getCallStackHash()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalValue.h571 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp204 MD5Hash(Obj.getMemoryBufferRef().getBuffer()), true)) in notifyObjectLoaded()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp253 Writer.write(MD5Hash(N)); in writeNameTable()
637 encodeULEB128(MD5Hash(N), OS); in writeNameTable()
H A DSampleProfReader.cpp823 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 DInstrProf.h991 return MD5Hash(K); in ComputeHash()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1666 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString())); in CreateCrossDsoCfiTypeId()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp12418 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true); in getCUIDHash()