LLVM 22.0.0git
llvm::StringRecTy Class Reference

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

#include "llvm/TableGen/Record.h"

Inheritance diagram for llvm::StringRecTy:
[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.
void print (raw_ostream &OS) const
void dump () const
virtual bool typeIsA (const RecTy *RHS) const
 Return true if 'this' type is equal to or a subtype of RHS.
const ListRecTygetListTy () const
 Returns the type representing list<thistype>.

Static Public Member Functions

static bool classof (const RecTy *RT)
static const 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 170 of file Record.h.

Member Function Documentation

◆ classof()

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

◆ get()

const StringRecTy * StringRecTy::get ( RecordKeeper & RK)
static

◆ getAsString()

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

Implements llvm::RecTy.

Definition at line 201 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 205 of file Record.cpp.

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


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