/freebsd/contrib/llvm-project/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 | 1088 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
|
H A D | tsan_rtl.h | 285 MD5Hash hash[2];
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 647 inline GlobalVariable *getGlobalVariable(uint64_t MD5Hash); 700 StringRef InstrProfSymtab::getFuncOrVarNameIfDefined(uint64_t MD5Hash) { in getFuncOrVarNameIfDefined() argument 701 StringRef ret = getFuncOrVarName(MD5Hash); in getFuncOrVarNameIfDefined() 707 StringRef InstrProfSymtab::getFuncOrVarName(uint64_t MD5Hash) { in getFuncOrVarName() argument 709 auto Result = llvm::lower_bound(MD5NameMap, MD5Hash, in getFuncOrVarName() 712 if (Result != MD5NameMap.end() && Result->first == MD5Hash) in getFuncOrVarName() 727 GlobalVariable *InstrProfSymtab::getGlobalVariable(uint64_t MD5Hash) { in getGlobalVariable() argument 728 return MD5VTableMap.lookup(MD5Hash); in getGlobalVariable() 1063 return MD5Hash(K); in ComputeHash()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 99 stream << std::hex << MD5Hash(F.getName()); in generateCodeSequence() 143 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 59 Hash ^= MD5Hash(std::to_string(InlinedAt->getLine())); in getCallStackHash() 60 Hash ^= MD5Hash(std::to_string(InlinedAt->getColumn())); in getCallStackHash() 62 Hash ^= MD5Hash(Name); in getCallStackHash()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | MD5.h | 109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 66 return MD5Hash(Str); in getCallStackHashV0()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 204 MD5Hash(Obj.getMemoryBufferRef().getBuffer()), true)) in notifyObjectLoaded()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 108 ID = llvm::utohexstr(llvm::MD5Hash(ID), /*LowerCase=*/true); in populateSymbols()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 76 return MD5Hash(GlobalName); in getGUID()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCPseudoProbe.cpp | 239 const_cast<MCSymbol *>(FuncSym), MD5Hash(FuncSym->getName()), in emit()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 912 auto GUID = MD5Hash(Name); in readFuncProfiles() 935 auto iter = FuncOffsetTable.find(MD5Hash(Name)); in readFuncProfiles()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 863 std::string MD5Name = std::to_string(llvm::MD5Hash(FuncNameFilter)); in filterFunctions() 865 std::to_string(llvm::MD5Hash(FuncNameNegativeFilter)); in filterFunctions()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2139 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString())); in CreateCrossDsoCfiTypeId()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 14182 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true); in getCUIDHash()
|