ΒΆLLVMMetadataRef LLVMTemporaryMDNode(
    LLVMContextRef Ctx,
    LLVMMetadataRef* Data,
    size_t NumElements)

Description

Create a new temporary \c MDNode. Suitable for use in constructing cyclic\c MDNode structures. A temporary \c MDNode is not uniqued, may be RAUW'd, and must be manually deleted with \c LLVMDisposeTemporaryMDNode.

Declared at: llvm/include/llvm-c/DebugInfo.h:1169

Parameters

LLVMContextRef Ctx
The context in which to construct the temporary node.
LLVMMetadataRef* Data
The metadata elements.
size_t NumElements
Number of metadata elements.