|
LLVM
8.0.1
|
Resolve all variables from a record except for unset variables. More...
#include "llvm/TableGen/Record.h"


Public Member Functions | |
| RecordResolver (Record &R) | |
| Init * | resolve (Init *VarName) override |
| Return the initializer for the given variable name (should normally be a StringInit), or nullptr if the name could not be resolved. More... | |
| bool | keepUnsetBits () const override |
Public Member Functions inherited from llvm::Resolver | |
| Resolver (Record *CurRec) | |
| virtual | ~Resolver () |
| Record * | getCurrentRecord () const |
| bool | isFinal () const |
| void | setFinal (bool Final) |
Resolve all variables from a record except for unset variables.
|
inlineexplicit |
Definition at line 1827 of file Record.h.
References llvm::tgtok::VarName.
|
inlineoverridevirtual |
Reimplemented from llvm::Resolver.
Return the initializer for the given variable name (should normally be a StringInit), or nullptr if the name could not be resolved.
Implements llvm::Resolver.
Definition at line 2187 of file Record.cpp.
References llvm::RecordVal::getValue(), llvm::Init::resolveReferences(), and llvm::tgtok::VarName.
1.8.13