|
LLVM
8.0.1
|
(Optionally) delegate resolving to a sub-resolver, and keep track whether there were unresolved references. More...
#include "llvm/TableGen/Record.h"


Public Member Functions | |
| TrackUnresolvedResolver (Resolver *R=nullptr) | |
| bool | foundUnresolved () 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. 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) |
(Optionally) delegate resolving to a sub-resolver, and keep track whether there were unresolved references.
|
inlineexplicit |
|
inline |
Definition at line 1883 of file Record.h.
References llvm::tgtok::VarName.
Referenced by llvm::VarDefInit::Fold(), and llvm::VarDefInit::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.
Definition at line 2210 of file Record.cpp.
References I, and llvm::Init::resolveReferences().
1.8.13