Class NamedMDNode
Wraps an LLVM NamedMDNode
Inheritance
NamedMDNode
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 |