|
LLVM
4.0.0
|
'[classname]' - Represent an instance of a class, such as: (R32 X = EAX). More...
#include <Record.h>
Public Member Functions | |
| Record * | getRecord () const |
| 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. More... | |
Public Member Functions inherited from llvm::RecTy | |
| RecTy (RecTyKind K) | |
| virtual | ~RecTy ()=default |
| RecTyKind | getRecTyKind () const |
| void | print (raw_ostream &OS) const |
| void | dump () const |
| ListRecTy * | getListTy () |
| Returns the type representing list<this>. More... | |
Static Public Member Functions | |
| static bool | classof (const RecTy *RT) |
| static RecordRecTy * | get (Record *R) |
Friends | |
| class | Record |
Additional Inherited Members | |
Public Types inherited from llvm::RecTy | |
| enum | RecTyKind { BitRecTyKind, BitsRecTyKind, CodeRecTyKind, IntRecTyKind, StringRecTyKind, ListRecTyKind, DagRecTyKind, RecordRecTyKind } |
| Subclass discriminator (for dyn_cast<> et al.) More... | |
'[classname]' - Represent an instance of a class, such as: (R32 X = EAX).
Definition at line 237 of file Record.h.
References llvm::RecTy::getRecTyKind(), and llvm::RecTy::RecordRecTyKind.
|
static |
Definition at line 108 of file Record.cpp.
References llvm::dyn_cast(), llvm::Record::getDefInit(), and llvm::TypedInit::getType().
Referenced by llvm::resolveTypes().
|
overridevirtual |
Implements llvm::RecTy.
Definition at line 112 of file Record.cpp.
References llvm::Record::getName().
|
inline |
Definition at line 243 of file Record.h.
Referenced by typeIsConvertibleTo().
Return true if all values of 'this' type can be converted to the specified type.
Reimplemented from llvm::RecTy.
Definition at line 116 of file Record.cpp.
References llvm::dyn_cast(), getRecord(), llvm::Record::getSuperClasses(), and llvm::Record::isSubClassOf().
1.8.6