Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp57 MD5::stringifyResult(Hash, Result); in get()
H A DModuleUtils.cpp272 MD5::stringifyResult(R, Str); in getUniqueModuleId()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMD5.h95 static void stringifyResult(MD5Result &Result, SmallString<32> &Str);
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp179 llvm::MD5::stringifyResult(MD5Res, Res); in GetMD5HashOfContent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp273 void MD5::stringifyResult(MD5Result &Result, SmallString<32> &Str) { in stringifyResult() function in MD5
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp157 Hash.stringifyResult(Result, StringifiedHash); in computeHashString()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp64 llvm::MD5::stringifyResult(Hash, HexString); in ~msvc_hashing_ostream()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp357 Hash.stringifyResult(Result, Checksum); in computeChecksum()
H A DCodeGenModule.cpp199 llvm::MD5::stringifyResult(R, Str); in CodeGenModule()