LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::StringRecTy Class Reference

'string' - Represent an string value More...

#include "llvm/TableGen/Record.h"

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

Public Member Functions

std::string getAsString () const override
 
bool typeIsConvertibleTo (const RecTy *RHS) const override
 Return true if all values of 'this' type can be converted to the specified type.
 
- Public Member Functions inherited from llvm::RecTy
 RecTy (RecTyKind K, RecordKeeper &RK)
 
virtual ~RecTy ()=default
 
RecTyKind getRecTyKind () const
 
RecordKeepergetRecordKeeper () const
 Return the RecordKeeper that uniqued this Type.
 
virtual std::string getAsString () const =0
 
void print (raw_ostream &OS) const
 
void dump () const
 
virtual bool typeIsConvertibleTo (const RecTy *RHS) const
 Return true if all values of 'this' type can be converted to the specified type.
 
virtual bool typeIsA (const RecTy *RHS) const
 Return true if 'this' type is equal to or a subtype of RHS.
 
ListRecTygetListTy ()
 Returns the type representing list<thistype>.
 

Static Public Member Functions

static bool classof (const RecTy *RT)
 
static StringRecTyget (RecordKeeper &RK)
 

Additional Inherited Members

- Public Types inherited from llvm::RecTy
enum  RecTyKind {
  BitRecTyKind , BitsRecTyKind , IntRecTyKind , StringRecTyKind ,
  ListRecTyKind , DagRecTyKind , RecordRecTyKind
}
 Subclass discriminator (for dyn_cast<> et al.) More...
 

Detailed Description

'string' - Represent an string value

Definition at line 167 of file Record.h.

Member Function Documentation

◆ classof()

static bool llvm::StringRecTy::classof ( const RecTy RT)
inlinestatic

Definition at line 173 of file Record.h.

References llvm::RecTy::getRecTyKind(), and llvm::RecTy::StringRecTyKind.

◆ get()

StringRecTy * StringRecTy::get ( RecordKeeper RK)
static

◆ getAsString()

std::string StringRecTy::getAsString ( ) const
overridevirtual

Implements llvm::RecTy.

Definition at line 166 of file Record.cpp.

◆ typeIsConvertibleTo()

bool StringRecTy::typeIsConvertibleTo ( const RecTy RHS) const
overridevirtual

Return true if all values of 'this' type can be converted to the specified type.

Reimplemented from llvm::RecTy.

Definition at line 170 of file Record.cpp.

References RHS, and llvm::RecTy::StringRecTyKind.


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