|
LLVM
3.7.0
|
#include <TGParser.h>
Public Member Functions | |
| LetRecord (const std::string &N, const std::vector< unsigned > &B, Init *V, SMLoc L) | |
Public Attributes | |
| std::string | Name |
| std::vector< unsigned > | Bits |
| Init * | Value |
| SMLoc | Loc |
Definition at line 34 of file TGParser.h.
|
inline |
Definition at line 39 of file TGParser.h.
| std::vector<unsigned> llvm::LetRecord::Bits |
Definition at line 36 of file TGParser.h.
| SMLoc llvm::LetRecord::Loc |
Definition at line 38 of file TGParser.h.
| std::string llvm::LetRecord::Name |
Definition at line 35 of file TGParser.h.
| Init* llvm::LetRecord::Value |
Definition at line 37 of file TGParser.h.
1.8.6