|
LLVM 22.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.
| std::vector<unsigned> llvm::LetRecord::Bits |
Definition at line 31 of file TGParser.h.
Referenced by LetRecord().
| SMLoc llvm::LetRecord::Loc |
Definition at line 33 of file TGParser.h.
Referenced by LetRecord().
| const StringInit* llvm::LetRecord::Name |
Definition at line 30 of file TGParser.h.
Referenced by LetRecord().
Definition at line 32 of file TGParser.h.
Referenced by LetRecord().