LLVMMDNodeInContext2

Function LLVMMDNodeInContext2 

Source
pub unsafe extern "C" fn LLVMMDNodeInContext2(
    C: LLVMContextRef,
    MDs: *mut LLVMMetadataRef,
    Count: usize,
) -> LLVMMetadataRef
Expand description

Create an MDNode value with the given array of operands.

@see llvm::MDNode::get()