LLVMGetNamedMetadataNumOperands

Function LLVMGetNamedMetadataNumOperands 

Source
pub unsafe extern "C" fn LLVMGetNamedMetadataNumOperands(
    M: LLVMModuleRef,
    Name: *const c_char,
) -> c_uint
Expand description

Obtain the number of operands for named metadata in a module.

@see llvm::Module::getNamedMetadata()