Method LibLLVMNamedMDNodeSetOperand
LibLLVMNamedMDNodeSetOperand(LLVMNamedMDNodeRef, UInt32, LLVMMetadataRef)
Sets the operand in a node
Declaration
public static void LibLLVMNamedMDNodeSetOperand(LLVMNamedMDNodeRef namedMDNode, uint index, LLVMMetadataRef node)
Parameters
public static void LibLLVMNamedMDNodeSetOperand(LLVMNamedMDNodeRef namedMDNode, uint index, LLVMMetadataRef node)
LLVMNamedMDNodeRef | namedMDNode | Node to set the operand in |
UInt32 | index | Index of the operand |
LLVMMetadataRef | node | Node for the operand value |