|
LLVM
8.0.1
|
#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 35 of file TGParser.h.
|
inline |
Definition at line 40 of file TGParser.h.
| std::vector<unsigned> llvm::LetRecord::Bits |
Definition at line 37 of file TGParser.h.
| SMLoc llvm::LetRecord::Loc |
Definition at line 39 of file TGParser.h.
Referenced by llvm::TGParser::getDependencies().
| StringInit* llvm::LetRecord::Name |
Definition at line 36 of file TGParser.h.
Referenced by llvm::TGParser::getDependencies().
| Init* llvm::LetRecord::Value |
Definition at line 38 of file TGParser.h.
1.8.13