LLVM
15.0.0git
|
Resolve all variables from a record except for unset variables. More...
#include "llvm/TableGen/Record.h"
Public Member Functions | |
RecordResolver (Record &R) | |
void | setName (Init *NewName) |
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 |
![]() | |
Resolver (Record *CurRec) | |
virtual | ~Resolver ()=default |
Record * | getCurrentRecord () const |
bool | isFinal () const |
void | setFinal (bool Final) |
Resolve all variables from a record except for unset variables.
|
inlineexplicit |
|
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 2849 of file Record.cpp.
References llvm::Resolver::getCurrentRecord(), llvm::is_contained(), llvm::Init::resolveReferences(), and llvm::tgtok::VarName.
|
inline |