pub unsafe extern "C" fn LLVMMDNodeInContext2(
C: LLVMContextRef,
MDs: *mut LLVMMetadataRef,
Count: usize,
) -> LLVMMetadataRefExpand description
Create an MDNode value with the given array of operands.
@see llvm::MDNode::get()
pub unsafe extern "C" fn LLVMMDNodeInContext2(
C: LLVMContextRef,
MDs: *mut LLVMMetadataRef,
Count: usize,
) -> LLVMMetadataRefCreate an MDNode value with the given array of operands.
@see llvm::MDNode::get()