LLVM 22.0.0git
llvm::LetRecord Struct Reference

#include "TableGen/TGParser.h"

Public Member Functions

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

Public Attributes

const StringInitName
std::vector< unsignedBits
const InitValue
SMLoc Loc

Detailed Description

Definition at line 29 of file TGParser.h.

Constructor & Destructor Documentation

◆ LetRecord()

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

Definition at line 34 of file TGParser.h.

References B(), Bits, Loc, N, Name, and Value.

Member Data Documentation

◆ Bits

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

Definition at line 31 of file TGParser.h.

Referenced by LetRecord().

◆ Loc

SMLoc llvm::LetRecord::Loc

Definition at line 33 of file TGParser.h.

Referenced by LetRecord().

◆ Name

const StringInit* llvm::LetRecord::Name

Definition at line 30 of file TGParser.h.

Referenced by LetRecord().

◆ Value

const Init* llvm::LetRecord::Value

Definition at line 32 of file TGParser.h.

Referenced by LetRecord().


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