LLVM 20.0.0git
|
#include "TableGen/TGParser.h"
Public Member Functions | |
LetRecord (StringInit *N, ArrayRef< unsigned > B, Init *V, SMLoc L) | |
Public Attributes | |
StringInit * | Name |
std::vector< unsigned > | Bits |
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.
StringInit* llvm::LetRecord::Name |
Definition at line 30 of file TGParser.h.
Init* llvm::LetRecord::Value |
Definition at line 32 of file TGParser.h.