Enum Visibility
Enumeration for the visibility of a global value
Namespace: Llvm.NET.Values
Assembly: Llvm.NET.dll
Syntax
public enum Visibility
Remarks
Fields
Default | Default visibility for a GlobalValue |
Hidden | Two declarations of an object with hidden visibility refer to the same object if they are in the same shared object |
Protected | Symbol cannot be overridden by another module |