Class NamedMDNode
Wraps an LLVM NamedMDNode
Inheritance
NamedMDNode
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class NamedMDNode
Remarks
Despite its name a NamedMDNode is not itself an MDNode. It is owned directly by a a BitcodeModule and contains a list of MDNode operands.
Properties
Name | Gets the name of the node |
Operands | Gets the operands for the node |
ParentModule | Gets the module that owns this node |
Methods
EraseFromParent() | Erases this node from its parent |