get overloads

Synopses

Declared in <llvm/TableGen/Record.h>

Return a variable initializer named VN with type T.

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

Return a variable initializer named by VN with type T.

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

Return Value

  • A variable initializer named VN with type T.

  • A variable initializer named by VN with type T.

Parameters

Name

Description

VN

The variable name.

T

The variable type.

Created with MrDocs