LLVM API Documentation
#include <Record.h>
Public Member Functions | |
virtual Init * | convertValue (UnsetInit *UI) |
virtual Init * | convertValue (BitInit *BI) |
virtual Init * | convertValue (BitsInit *BI) |
virtual Init * | convertValue (IntInit *II) |
virtual Init * | convertValue (StringInit *SI) |
virtual Init * | convertValue (ListInit *LI) |
virtual Init * | convertValue (VarBitInit *VB) |
virtual Init * | convertValue (DefInit *DI) |
virtual Init * | convertValue (UnOpInit *BO) |
virtual Init * | convertValue (BinOpInit *BO) |
virtual Init * | convertValue (TernOpInit *BO) |
virtual Init * | convertValue (DagInit *CI) |
virtual Init * | convertValue (TypedInit *TI) |
virtual Init * | convertValue (VarInit *VI) |
virtual Init * | convertValue (FieldInit *FI) |
virtual std::string | getAsString () const |
virtual bool | typeIsConvertibleTo (const RecTy *RHS) const |
![]() | |
RecTyKind | getRecTyKind () const |
RecTy (RecTyKind K) | |
virtual | ~RecTy () |
void | print (raw_ostream &OS) const |
void | dump () const |
ListRecTy * | getListTy () |
getListTy - Returns the type representing list<this>. More... | |
virtual bool | baseClassOf (const RecTy *) const |
Static Public Member Functions | |
static bool | classof (const RecTy *RT) |
static DagRecTy * | get () |
Additional Inherited Members | |
![]() | |
enum | RecTyKind { BitRecTyKind, BitsRecTyKind, IntRecTyKind, StringRecTyKind, ListRecTyKind, DagRecTyKind, RecordRecTyKind } |
Subclass discriminator (for dyn_cast<> et al.) More... | |
Definition at line 336 of file Record.h.
References llvm::RecTy::DagRecTyKind, and llvm::RecTy::getRecTyKind().
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
|
inlinevirtual |
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
|
inlinevirtual |
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Definition at line 311 of file Record.cpp.
References llvm::UnOpInit::CAST, llvm::Init::convertInitializerTo(), llvm::UnOpInit::get(), llvm::UnOpInit::getOpcode(), and llvm::UnOpInit::getOperand().
Reimplemented from llvm::RecTy.
Definition at line 322 of file Record.cpp.
References llvm::BinOpInit::CONCAT, llvm::Init::convertInitializerTo(), llvm::BinOpInit::get(), llvm::BinOpInit::getLHS(), llvm::BinOpInit::getOpcode(), and llvm::BinOpInit::getRHS().
|
inlinevirtual |
Reimplemented from llvm::RecTy.
Definition at line 352 of file Record.h.
References llvm::RecTy::convertValue().
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Definition at line 305 of file Record.cpp.
References llvm::TypedInit::getType(), and llvm::RecTy::typeIsConvertibleTo().
Reimplemented from llvm::RecTy.
Definition at line 355 of file Record.h.
References llvm::RecTy::convertValue().
Reimplemented from llvm::RecTy.
Definition at line 356 of file Record.h.
References llvm::RecTy::convertValue().
|
inlinevirtual |
Implements llvm::RecTy.
typeIsConvertibleTo - Return true if all values of 'this' type can be converted to the specified type.
Implements llvm::RecTy.
Definition at line 360 of file Record.h.
References llvm::RecTy::baseClassOf().