Home
last modified time | relevance | path

Searched refs:stringifyResult (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DMD5Test.cpp28 MD5::stringifyResult(MD5Res, Res); in TestMD5Sum()
38 MD5::stringifyResult(MD5Res, Res); in TestMD5Sum()
66 MD5::stringifyResult(MD5Res, Res); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp58 MD5::stringifyResult(Hash, Result); in get()
H A DModuleUtils.cpp235 MD5::stringifyResult(R, Str); in getUniqueModuleId()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DMD5.h84 static void stringifyResult(MD5Result &Result, SmallVectorImpl<char> &Str);
/llvm-project-15.0.7/clang/lib/Analysis/
H A DIssueHash.cpp179 llvm::MD5::stringifyResult(MD5Res, Res); in GetMD5HashOfContent()
/llvm-project-15.0.7/flang/lib/Lower/
H A DMangler.cpp240 llvm::MD5::stringifyResult(hashResult, hashString); in mangleArrayLiteral()
/llvm-project-15.0.7/llvm/lib/Support/
H A DMD5.cpp287 void MD5::stringifyResult(MD5Result &Result, SmallVectorImpl<char> &Str) { in stringifyResult() function in MD5
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp177 Hash.stringifyResult(Result, StringifiedHash); in computeHashString()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp809 llvm::MD5::stringifyResult(result, str); in uniqueCGIdent()
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp77 llvm::MD5::stringifyResult(Hash, HexString); in ~msvc_hashing_ostream()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp213 llvm::MD5::stringifyResult(R, Str); in CodeGenModule()