Table of Contents

Class DIGlobalVariableExpression

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

Debug Global variable expression

public class DIGlobalVariableExpression : MDNode, IEquatable<IrMetadata>
Inheritance
DIGlobalVariableExpression
Implements
Inherited Members

Remarks

This node binds a DIGlobalVariable and a DIExpression

Properties

Expression

Gets the DIExpression for this node

Variable

Gets the DIGlobalVariable for this node

See Also