LLVM 20.0.0git
|
'string' - Represent an string value More...
#include "llvm/TableGen/Record.h"
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 |
RecordKeeper & | getRecordKeeper () 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. | |
ListRecTy * | getListTy () |
Returns the type representing list<thistype>. | |
Static Public Member Functions | |
static bool | classof (const RecTy *RT) |
static StringRecTy * | get (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... | |
Definition at line 173 of file Record.h.
References llvm::RecTy::getRecTyKind(), and llvm::RecTy::StringRecTyKind.
|
static |
Definition at line 162 of file Record.cpp.
References llvm::RecordKeeper::getImpl(), and llvm::detail::RecordKeeperImpl::SharedStringRecTy.
Referenced by llvm::RecordVal::getPrintType(), llvm::BinOpInit::getStrConcat(), and llvm::TGVarScope::getVar().
|
overridevirtual |
Implements llvm::RecTy.
Definition at line 166 of file Record.cpp.
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.