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

#include "[TableGen/TGParser.h](TGParser%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
const StringInit * Name
std::vector< unsigned > Bits
const Init * Value
SMLoc Loc

Detailed Description

Definition at line 29 of file TGParser.h.

Constructor & Destructor Documentation

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: