Variable form of an inline‐asm identifier.

Synopsis

Declared in <llvm/MC/MCParser/MCAsmParser.h>

struct VariableIdentifier;

Data Members

Name

Description

Decl

Opaque declaration for the variable.

IsGlobalLV

True if the variable is a global LLVM value.

Length

Number of elements (Size / Type).

Size

Total size in bytes.

Type

Element size in bytes.

Created with MrDocs