Method AddAlias
AddAlias(Value, LazyEncodedString, uint)
Add an alias to the module
GlobalAlias AddAlias(Value aliasee, LazyEncodedString aliasName, uint addressSpace = 0)
Parameters
aliasee
ValueValue being aliased
aliasName
LazyEncodedStringName of the alias
addressSpace
uintAddress space for the alias [Default: 0]
Returns
- GlobalAlias
GlobalAlias for the alias