Method LibLLVMNamedMDNodeGetOperand
LibLLVMNamedMDNodeGetOperand(LLVMNamedMDNodeRef, UInt32)
Gets an operand from a named MDNode
Declaration
public static LLVMMetadataRef LibLLVMNamedMDNodeGetOperand(LLVMNamedMDNodeRef namedMDNode, uint index)
Parameters
public static LLVMMetadataRef LibLLVMNamedMDNodeGetOperand(LLVMNamedMDNodeRef namedMDNode, uint index)
LLVMNamedMDNodeRef | namedMDNode | Node to get the operand from |
UInt32 | index | Index of the operand |
Returns
LLVMMetadataRef | Operand from the node |