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

Resolve all references to a specific RecordVal. More...

#include "llvm/TableGen/Record.h"

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

Public Member Functions

 RecordValResolver (Record &R, const RecordVal *RV)
 
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

Resolve all references to a specific RecordVal.

Definition at line 1839 of file Record.h.

Constructor & Destructor Documentation

◆ RecordValResolver()

llvm::RecordValResolver::RecordValResolver ( Record R,
const RecordVal RV 
)
inlineexplicit

Definition at line 1843 of file Record.h.

Member Function Documentation

◆ resolve()

Init* llvm::RecordValResolver::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 1846 of file Record.h.


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