Click or drag to resize
Llvm.NET LogoNativeModuleGetAlias Method

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

Get an alias by name

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public GlobalAlias GetAlias(
	string name
)

Parameters

name
Type: SystemString
name of the alias to get

Return Value

Type: GlobalAlias
Alias matching name or null if no such alias exists
See Also