Class GlobalValueExtensions
Fluent style extensions for modifying properties of a GlobalValue
Inheritance
GlobalValueExtensions
Namespace: Llvm.NET.Values
Assembly: Llvm.NET.dll
Syntax
public static class GlobalValueExtensions
Remarks
These are not members of GlobalValue to allow the generic return type so that the return is for the specific type provided as input instead of the base type of GlobalValue.
Methods
Linkage<T>(T, Linkage) | Linkage specification for this symbol |
UnnamedAddress<T>(T, UnnamedAddressKind) | Sets the UnnamedAddress property of a value |
Visibility<T>(T, Visibility) | Visibility of this global value |