LLVM 19.0.0git
Classes | Public Member Functions | List of all members
llvm::MapResolver Class Referencefinal

Resolve arbitrary mappings. More...

#include "llvm/TableGen/Record.h"

Inheritance diagram for llvm::MapResolver:
Inheritance graph
[legend]

Public Member Functions

 MapResolver (Record *CurRec=nullptr)
 
void set (Init *Key, Init *Value)
 
bool isComplete (Init *VarName) const
 
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.
 
- Public Member Functions inherited from llvm::Resolver
 Resolver (Record *CurRec)
 
virtual ~Resolver ()=default
 
RecordgetCurrentRecord () const
 
virtual Initresolve (Init *VarName)=0
 Return the initializer for the given variable name (should normally be a StringInit), or nullptr if the name could not be resolved.
 
virtual bool keepUnsetBits () const
 
bool isFinal () const
 
void setFinal (bool Final)
 

Detailed Description

Resolve arbitrary mappings.

Definition at line 2241 of file Record.h.

Constructor & Destructor Documentation

◆ MapResolver()

llvm::MapResolver::MapResolver ( Record CurRec = nullptr)
inlineexplicit

Definition at line 2253 of file Record.h.

Member Function Documentation

◆ isComplete()

bool llvm::MapResolver::isComplete ( Init VarName) const
inline

Definition at line 2257 of file Record.h.

References assert().

◆ resolve()

Init * MapResolver::resolve ( Init VarName)
overridevirtual

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 3267 of file Record.cpp.

References I.

◆ set()

void llvm::MapResolver::set ( Init Key,
Init Value 
)
inline

Definition at line 2255 of file Record.h.


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