LLVM 19.0.0git
Public Attributes | List of all members
llvm::AsmTypeInfo Struct Reference

#include "llvm/MC/MCParser/MCAsmParser.h"

Public Attributes

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

Detailed Description

Definition at line 95 of file MCAsmParser.h.

Member Data Documentation

◆ ElementSize

unsigned llvm::AsmTypeInfo::ElementSize = 0

Definition at line 98 of file MCAsmParser.h.

◆ Length

unsigned llvm::AsmTypeInfo::Length = 0

Definition at line 99 of file MCAsmParser.h.

◆ Name

StringRef llvm::AsmTypeInfo::Name

Definition at line 96 of file MCAsmParser.h.

◆ Size

unsigned llvm::AsmTypeInfo::Size = 0

Definition at line 97 of file MCAsmParser.h.


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