Class NamedMDNode
Wraps an LLVM NamedMDNode
public class NamedMDNode
- Inheritance
-
NamedMDNode
- Inherited Members
Remarks
Despite its name a NamedMDNode is not itself an MDNode. It is owned directly by a a Module 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