llvm::Type::getMetadataTy

Return the metadata type used for metadata operands in the IR.

Synopsis

Declared in <llvm/IR/Type.h>

static
Type*
getMetadataTy(LLVMContext& C);

Return Value

The metadata type.

Parameters

NameDescription
CLLVM context in which to unique the type.