LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::LetRecord Struct Reference

#include <TGParser.h>

Collaboration diagram for llvm::LetRecord:
[legend]

Public Member Functions

 LetRecord (StringInit *N, ArrayRef< unsigned > B, Init *V, SMLoc L)
 

Public Attributes

StringInitName
 
std::vector< unsignedBits
 
InitValue
 
SMLoc Loc
 

Detailed Description

Definition at line 34 of file TGParser.h.

Constructor & Destructor Documentation

llvm::LetRecord::LetRecord ( StringInit N,
ArrayRef< unsigned B,
Init V,
SMLoc  L 
)
inline

Definition at line 39 of file TGParser.h.

Member Data Documentation

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.

StringInit* llvm::LetRecord::Name

Definition at line 35 of file TGParser.h.

Init* llvm::LetRecord::Value

Definition at line 37 of file TGParser.h.


The documentation for this struct was generated from the following file: