LLVMGlobalClearMetadata

Function LLVMGlobalClearMetadata 

Source
pub unsafe extern "C" fn LLVMGlobalClearMetadata(Global: LLVMValueRef)
Expand description

Removes all metadata attachments from this value.

@see llvm::GlobalObject::clearMetadata()