Class GlobalValue
LLVM Global value
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class GlobalValue : Constant, IExtensiblePropertyContainer, IOperandContainer<Value>
Properties
IsDeclaration | Gets a value indicating whether this is a declaration |
Linkage | Gets or sets the linkage specification for this symbol |
ParentModule | Gets the Module containing this global value |
UnnamedAddress | Gets or sets a value indicating whether this is an Unnamed address |
Visibility | Gets or sets the visibility of this global value |