Click or drag to resize
Llvm.NET LogoNativeModuleAddAlias Method

[This is preliminary documentation and is subject to change.]

Add an alias to the module

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public GlobalAlias AddAlias(
	Value aliasee,
	string aliasName
)

Parameters

aliasee
Type: Llvm.NET.ValuesValue
Value being aliased
aliasName
Type: SystemString
Name of the alias

Return Value

Type: GlobalAlias
GlobalAlias for the alias
See Also