LLVM 20.0.0git
|
#include "TableGen/TGParser.h"
Public Member Functions | |
LetRecord (const StringInit *N, ArrayRef< unsigned > B, const Init *V, SMLoc L) | |
Public Attributes | |
const StringInit * | Name |
std::vector< unsigned > | Bits |
const Init * | Value |
SMLoc | Loc |
Definition at line 29 of file TGParser.h.
|
inline |
Definition at line 34 of file TGParser.h.
std::vector<unsigned> llvm::LetRecord::Bits |
Definition at line 31 of file TGParser.h.
SMLoc llvm::LetRecord::Loc |
Definition at line 33 of file TGParser.h.
const StringInit* llvm::LetRecord::Name |
Definition at line 30 of file TGParser.h.
Definition at line 32 of file TGParser.h.