Class GlobalValue
LLVM Global value
Namespace: Llvm.NET.Values
Assembly: Llvm.NET.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 |