/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 | 1091 bool MD5Hash::operator==(const MD5Hash &other) const { in operator ==()
|
H A D | tsan_rtl.h | 285 MD5Hash hash[2];
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 507 // - In MD5NameMap: <MD5Hash(name), name> for name in name-set 508 // - In MD5FuncMap: <MD5Hash(name), &F> for name in name-set 515 // - In MD5NameMap: <MD5Hash(name), name> for name in name-set in InstrProfSymtab() 516 // - In MD5VTableMap: <MD5Hash(name), name> for name in name-set 660 inline GlobalVariable *getGlobalVariable(uint64_t MD5Hash); in create() 713 StringRef InstrProfSymtab::getFuncOrVarNameIfDefined(uint64_t MD5Hash) { in getFuncOrVarName() 714 StringRef ret = getFuncOrVarName(MD5Hash); in getFuncOrVarName() 720 StringRef InstrProfSymtab::getFuncOrVarName(uint64_t MD5Hash) { in getFunction() 722 auto Result = llvm::lower_bound(MD5NameMap, MD5Hash, in getFunction() 725 if (Result != MD5NameMap.end() && Result->first == MD5Hash) in getFunction() 700 getFuncOrVarNameIfDefined(uint64_t MD5Hash) getFuncOrVarNameIfDefined() argument 707 getFuncOrVarName(uint64_t MD5Hash) getFuncOrVarName() argument 727 getGlobalVariable(uint64_t MD5Hash) getGlobalVariable() argument [all...] |
H A D | FunctionId.h | 125 return MD5Hash(StringRef(Data, LengthOrHashCode)); in getHashCode() 167 inline uint64_t MD5Hash(const FunctionId &Obj) { in MD5Hash() function
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | InstrProfTest.cpp | 1461 getVTableEndAddr(vtable1), MD5Hash("vtable1")); in TEST() 1463 getVTableEndAddr(vtable2), MD5Hash("vtable2")); in TEST() 1465 getVTableEndAddr(vtable3), MD5Hash("vtable3")); in TEST() 1467 getVTableEndAddr(vtable4), MD5Hash("vtable4")); in TEST() 1477 MD5Hash("vtable1")); in TEST() 1479 MD5Hash("vtable2")); in TEST() 1481 MD5Hash("vtable3")); in TEST() 1483 MD5Hash("vtable4")); in TEST() 1512 EXPECT_EQ(VD[0].Value, MD5Hash("vtable2")); in TEST() 1514 EXPECT_EQ(VD[1].Value, MD5Hash("vtable in TEST() [all...] |
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 98 stream << std::hex << MD5Hash(F.getName()); in generateCodeSequence() 142 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 58 Hash ^= MD5Hash(std::to_string(InlinedAt->getLine())); in getCallStackHash() 59 Hash ^= MD5Hash(std::to_string(InlinedAt->getColumn())); in getCallStackHash() 61 Hash ^= MD5Hash(Name); in getCallStackHash()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | MD5.h | 109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 66 return MD5Hash(Str); in getCallStackHashV0()
|
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 204 MD5Hash(Obj.getMemoryBufferRef().getBuffer()), true)) in notifyObjectLoaded()
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 173 ID = llvm::utohexstr(llvm::MD5Hash(ID), /*LowerCase=*/true); in processSymbols()
|
/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 76 return MD5Hash(GlobalName); in getGUID()
|
/llvm-project/llvm/lib/MC/ |
H A D | MCPseudoProbe.cpp | 242 const_cast<MCSymbol *>(FuncSym), MD5Hash(FuncSym->getName()), in emit()
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 941 auto GUID = MD5Hash(Name); in readFuncProfiles() 965 auto iter = FuncOffsetTable.find(MD5Hash(Name)); in decompressSection()
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.cpp | 882 HashBinaryFunctions[MD5Hash(StringRef(BinaryFunction.first))] = in loadSymbolsFromDWARF()
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 913 std::string MD5Name = std::to_string(llvm::MD5Hash(FuncNameFilter)); in mergeInstrProfile() 915 std::to_string(llvm::MD5Hash(FuncNameNegativeFilter)); in mergeInstrProfile()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2198 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString())); in ArgInfoAddressSpace()
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 14676 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true);
|