Enum Visibility
Enumeration for the visibility of a global value
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.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 |