|
LLVM
3.7.0
|
StringRecTy - 'string' - Represent an string value. More...
#include <Record.h>
Public Member Functions | |
| std::string | getAsString () const override |
Public Member Functions inherited from llvm::RecTy | |
| RecTyKind | getRecTyKind () const |
| RecTy (RecTyKind K) | |
| virtual | ~RecTy () |
| void | print (raw_ostream &OS) const |
| void | dump () const |
| virtual bool | typeIsConvertibleTo (const RecTy *RHS) const |
| typeIsConvertibleTo - Return true if all values of 'this' type can be converted to the specified type. More... | |
| ListRecTy * | getListTy () |
| getListTy - Returns the type representing list<this>. More... | |
Static Public Member Functions | |
| static bool | classof (const RecTy *RT) |
| static StringRecTy * | get () |
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... | |
StringRecTy - 'string' - Represent an string value.
Definition at line 143 of file Record.h.
References llvm::RecTy::getRecTyKind(), and llvm::RecTy::StringRecTyKind.
|
inlinestatic |
|
overridevirtual |
Implements llvm::RecTy.
Definition at line 136 of file Record.cpp.
1.8.6