Enum UnnamedAddressKind
Unnamed address state of a global value
Namespace: Llvm.NET.Values
Assembly: Llvm.NET.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 |