LLVM  8.0.1
Public Member Functions | List of all members
llvm::ShadowResolver Class Referencefinal

Delegate resolving to a sub-resolver, but shadow some variable names. More...

#include "llvm/TableGen/Record.h"

Inheritance diagram for llvm::ShadowResolver:
Inheritance graph
[legend]
Collaboration diagram for llvm::ShadowResolver:
Collaboration graph
[legend]

Public Member Functions

 ShadowResolver (Resolver &R)
 
void addShadow (Init *Key)
 
Initresolve (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 ()
 
RecordgetCurrentRecord () const
 
virtual bool keepUnsetBits () const
 
bool isFinal () const
 
void setFinal (bool Final)
 

Detailed Description

Delegate resolving to a sub-resolver, but shadow some variable names.

Definition at line 1854 of file Record.h.

Constructor & Destructor Documentation

◆ ShadowResolver()

llvm::ShadowResolver::ShadowResolver ( Resolver R)
inlineexplicit

Definition at line 1859 of file Record.h.

References llvm::Resolver::isFinal().

Member Function Documentation

◆ addShadow()

void llvm::ShadowResolver::addShadow ( Init Key)
inline

◆ resolve()

Init* llvm::ShadowResolver::resolve ( Init VarName)
inlineoverridevirtual

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 1866 of file Record.h.

References llvm::detail::DenseSetImpl< ValueT, DenseMap< ValueT, detail::DenseSetEmpty, ValueInfoT, detail::DenseSetPair< ValueT > >, ValueInfoT >::count().


The documentation for this class was generated from the following file: