LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::LetRecord Struct Reference

#include "TableGen/TGParser.h"

Public Member Functions

 LetRecord (StringInit *N, ArrayRef< unsigned > B, Init *V, SMLoc L)
 

Public Attributes

StringInitName
 
std::vector< unsignedBits
 
InitValue
 
SMLoc Loc
 

Detailed Description

Definition at line 29 of file TGParser.h.

Constructor & Destructor Documentation

◆ LetRecord()

llvm::LetRecord::LetRecord ( StringInit N,
ArrayRef< unsigned B,
Init V,
SMLoc  L 
)
inline

Definition at line 34 of file TGParser.h.

Member Data Documentation

◆ Bits

std::vector<unsigned> llvm::LetRecord::Bits

Definition at line 31 of file TGParser.h.

◆ Loc

SMLoc llvm::LetRecord::Loc

Definition at line 33 of file TGParser.h.

◆ Name

StringInit* llvm::LetRecord::Name

Definition at line 30 of file TGParser.h.

◆ Value

Init* llvm::LetRecord::Value

Definition at line 32 of file TGParser.h.


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