ΒΆvoid LLVMGlobalSetMetadata(LLVMValueRef Global,
                           unsigned int Kind,
                           LLVMMetadataRef MD)

Description

Sets a metadata attachment, erasing the existing metadata attachment if it already exists for the given kind.

Declared at: llvm/include/llvm-c/Core.h:2319

Parameters

LLVMValueRef Global
unsigned int Kind
LLVMMetadataRef MD