llvm::MDTuple::get

Create or return a uniqued tuple of the given metadata operands.

Synopsis

Declared in <llvm/IR/Metadata.h>

static
MDTuple*
get(
    LLVMContext& Context,
    ArrayRef<Metadata*> MDs);

Return Value

A uniqued tuple of the given metadata operands.

Parameters

NameDescription
ContextLLVM context that owns the tuple.
MDsOperand metadata.