LLVM 20.0.0git
|
Resolve arbitrary mappings. More...
#include "llvm/TableGen/Record.h"
Public Member Functions | |
MapResolver (Record *CurRec=nullptr) | |
void | set (Init *Key, Init *Value) |
bool | isComplete (Init *VarName) const |
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. | |
Public Member Functions inherited from llvm::Resolver | |
Resolver (Record *CurRec) | |
virtual | ~Resolver ()=default |
Record * | getCurrentRecord () const |
virtual Init * | resolve (Init *VarName)=0 |
Return the initializer for the given variable name (should normally be a StringInit), or nullptr if the name could not be resolved. | |
virtual bool | keepUnsetBits () const |
bool | isFinal () const |
void | setFinal (bool Final) |
|
inlineexplicit |
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 3264 of file Record.cpp.
References I.