Table of Contents

Method AddAlias

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

AddAlias(Value, LazyEncodedString, uint)

Add an alias to the module

GlobalAlias AddAlias(Value aliasee, LazyEncodedString aliasName, uint addressSpace = 0)

Parameters

aliasee Value

Value being aliased

aliasName LazyEncodedString

Name of the alias

addressSpace uint

Address space for the alias [Default: 0]

Returns

GlobalAlias

GlobalAlias for the alias