Skip to main content

llvm_temporary_md_node

Function llvm_temporary_md_node 

Source
pub fn llvm_temporary_md_node(
    ctx: &LLVMContext,
    operands: &[Option<LLVMMetadata>],
) -> LLVMMetadata
Expand description

LLVMTemporaryMDNode

The returned node must either be disposed with llvm_dispose_temporary_md_node or replaced with llvm_metadata_replace_all_uses_with.