rustc_codegen_llvm::llvm_::ffi

Function LLVMAddNamedMetadataOperand

Source
pub unsafe extern "C" fn LLVMAddNamedMetadataOperand<'a>(
    M: &'a Module,
    Name: *const c_char,
    Val: &'a Value,
)