Return a variable initializer named VN with type T.

Synopsis

Declared in <llvm/TableGen/Record.h>

static
VarInit const*
get(
    StringRef VN,
    RecTy const* T);

Return Value

A variable initializer named VN with type T.

Parameters

Name

Description

VN

The variable name.

T

The variable type.

Created with MrDocs