reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
506 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
include/llvm/ProfileData/InstrProf.h 951 return MD5Hash(K);
lib/ProfileData/SampleProfReader.cpp 655 auto GUID = std::to_string(MD5Hash(Name));
lib/ProfileData/SampleProfWriter.cpp 359 encodeULEB128(MD5Hash(N), OS);
lib/Transforms/Instrumentation/InstrOrderFile.cpp110 stream << std::hex << MD5Hash(F.getName()); 154 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())),tools/clang/lib/CodeGen/CodeGenModule.cpp
1213 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString()));