Class GlobalVariable
An LLVM Global Variable
public class GlobalVariable : GlobalObject, IEquatable<Value>
- Inheritance
-
GlobalVariable
- Implements
- Inherited Members
- Extension Methods
Properties
- Initializer
Gets or sets the initial value for the variable
- IsConstant
Gets or sets a value indicating whether this global is a Constant
- IsExternallyInitialized
Gets or sets a value indicating whether this variable is initialized in an external module
- IsThreadLocal
Gets or sets a value indicating whether this global is stored per thread
Methods
- RemoveFromParent()
Removes the value from its parent module, but does not delete it