Build a unique-internal-linkage post-fix hash for FName.
Declared in <llvm/ProfileData/SampleProf.h>
std::string
getUniqueInternalLinkagePostfix(StringRef const& FName);
Prepends "__uniq" before the hash for tools like profilers to understand that this symbol is of internal linkage type. The "__uniq" is the pre-determined prefix that is used to tell tools that this symbol was created with -funique-internal-linkage-symbols and the tools can strip or keep the prefix as needed.
Decimal MD5 hash string with the unique-internal-linkage prefix.
| Name | Description |
|---|---|
| FName | Function name to hash into a unique-internal-linkage suffix. |