Enum UnnamedAddressKind
Unnamed address state of a global value
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public enum UnnamedAddressKind
Fields
Global | Address of the global is globally significant |
Local | Address of the global is locally significant |
None | Address of the global is significant |