|
LLVM 22.0.0git
|
Resolve arbitrary mappings. More...
#include "llvm/TableGen/Record.h"
Public Member Functions | |
| MapResolver (const Record *CurRec=nullptr) | |
| void | set (const Init *Key, const Init *Value) |
| bool | isComplete (Init *VarName) const |
| const Init * | resolve (const 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 (const Record *CurRec) | |
| virtual | ~Resolver ()=default |
| const Record * | getCurrentRecord () const |
| virtual bool | keepUnsetBits () const |
| bool | isFinal () const |
| void | setFinal (bool Final) |
Definition at line 2239 of file Record.h.
References llvm::Resolver::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 3348 of file Record.cpp.
References I.
Definition at line 2241 of file Record.h.
References llvm::InnerAnalysisManagerProxy< AnalysisManagerT, IRUnitT, ExtraArgTs... >::Key.