LLVM: llvm::AsmTypeInfo Struct Reference (original) (raw)

#include "[llvm/MC/MCParser/MCAsmParser.h](MCAsmParser%5F8h%5Fsource.html)"

Public Attributes
StringRef Name
unsigned Size = 0
unsigned ElementSize = 0
unsigned Length = 0

Detailed Description

Definition at line 96 of file MCAsmParser.h.

Member Data Documentation

ElementSize

unsigned llvm::AsmTypeInfo::ElementSize = 0

Definition at line 99 of file MCAsmParser.h.

Length

unsigned llvm::AsmTypeInfo::Length = 0

Definition at line 100 of file MCAsmParser.h.

Name

StringRef llvm::AsmTypeInfo::Name

Definition at line 97 of file MCAsmParser.h.

Size

unsigned llvm::AsmTypeInfo::Size = 0

Definition at line 98 of file MCAsmParser.h.


The documentation for this struct was generated from the following file: