LLVM
8.0.1
|
Delegate resolving to a sub-resolver, but shadow some variable names. More...
#include "llvm/TableGen/Record.h"
Public Member Functions | |
ShadowResolver (Resolver &R) | |
void | addShadow (Init *Key) |
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... | |
Public Member Functions inherited from llvm::Resolver | |
Resolver (Record *CurRec) | |
virtual | ~Resolver () |
Record * | getCurrentRecord () const |
virtual bool | keepUnsetBits () const |
bool | isFinal () const |
void | setFinal (bool Final) |
Delegate resolving to a sub-resolver, but shadow some variable names.
|
inlineexplicit |
Definition at line 1859 of file Record.h.
References llvm::Resolver::isFinal().
|
inline |
Definition at line 1864 of file Record.h.
Referenced by llvm::TernOpInit::resolveReferences().
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.