LLVM API Documentation
#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.
| llvm::LetRecord::LetRecord | ( | const std::string & | N, |
| const std::vector< unsigned > & | B, | ||
| Init * | V, | ||
| SMLoc | L | ||
| ) | [inline] |
Definition at line 39 of file TGParser.h.
| std::vector<unsigned> llvm::LetRecord::Bits |
Definition at line 36 of file TGParser.h.
Definition at line 38 of file TGParser.h.
| std::string llvm::LetRecord::Name |
Definition at line 35 of file TGParser.h.
Definition at line 37 of file TGParser.h.