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

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

Public Attributes

void * Decl
 
bool IsGlobalLV
 
unsigned Length
 
unsigned Size
 
unsigned Type
 

Detailed Description

Definition at line 52 of file MCAsmParser.h.

Member Data Documentation

◆ Decl

void* llvm::InlineAsmIdentifierInfo::VariableIdentifier::Decl

Definition at line 53 of file MCAsmParser.h.

Referenced by llvm::InlineAsmIdentifierInfo::setVar().

◆ IsGlobalLV

bool llvm::InlineAsmIdentifierInfo::VariableIdentifier::IsGlobalLV

Definition at line 54 of file MCAsmParser.h.

Referenced by llvm::InlineAsmIdentifierInfo::setVar().

◆ Length

unsigned llvm::InlineAsmIdentifierInfo::VariableIdentifier::Length

Definition at line 55 of file MCAsmParser.h.

Referenced by llvm::InlineAsmIdentifierInfo::setVar().

◆ Size

unsigned llvm::InlineAsmIdentifierInfo::VariableIdentifier::Size

Definition at line 56 of file MCAsmParser.h.

Referenced by llvm::InlineAsmIdentifierInfo::setVar().

◆ Type

unsigned llvm::InlineAsmIdentifierInfo::VariableIdentifier::Type

Definition at line 57 of file MCAsmParser.h.

Referenced by llvm::InlineAsmIdentifierInfo::setVar().


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