LLVM API Documentation
#include <Record.h>
Public Member Functions | |
Init * | convertValue (UnsetInit *UI) override |
Init * | convertValue (BitInit *BI) override |
Init * | convertValue (BitsInit *BI) override |
Init * | convertValue (IntInit *II) override |
Init * | convertValue (StringInit *SI) override |
Init * | convertValue (ListInit *LI) override |
Init * | convertValue (UnOpInit *BO) override |
Init * | convertValue (BinOpInit *BO) override |
Init * | convertValue (TernOpInit *BO) override |
Init * | convertValue (VarBitInit *VB) override |
Init * | convertValue (DefInit *DI) override |
Init * | convertValue (DagInit *DI) override |
Init * | convertValue (TypedInit *TI) override |
Init * | convertValue (VarInit *VI) override |
Init * | convertValue (FieldInit *FI) override |
std::string | getAsString () const override |
bool | typeIsConvertibleTo (const RecTy *RHS) const override |
Static Public Member Functions | |
static bool | classof (const RecTy *RT) |
static StringRecTy * | get () |
StringRecTy - 'string' - Represent an string value
static bool llvm::StringRecTy::classof | ( | const RecTy * | RT | ) | [inline, static] |
Definition at line 261 of file Record.h.
References llvm::RecTy::getRecTyKind(), and llvm::RecTy::StringRecTyKind.
Init* llvm::StringRecTy::convertValue | ( | UnsetInit * | UI | ) | [inline, override, virtual] |
Reimplemented from llvm::RecTy.
Definition at line 267 of file Record.h.
Referenced by convertValue().
Init* llvm::StringRecTy::convertValue | ( | BitInit * | BI | ) | [inline, override, virtual] |
Reimplemented from llvm::RecTy.
Init* llvm::StringRecTy::convertValue | ( | BitsInit * | BI | ) | [inline, override, virtual] |
Reimplemented from llvm::RecTy.
Init* llvm::StringRecTy::convertValue | ( | IntInit * | II | ) | [inline, override, virtual] |
Reimplemented from llvm::RecTy.
Init* llvm::StringRecTy::convertValue | ( | StringInit * | SI | ) | [inline, override, virtual] |
Reimplemented from llvm::RecTy.
Init* llvm::StringRecTy::convertValue | ( | ListInit * | LI | ) | [inline, override, virtual] |
Reimplemented from llvm::RecTy.
Init * StringRecTy::convertValue | ( | UnOpInit * | BO | ) | [override, virtual] |
Reimplemented from llvm::RecTy.
Definition at line 251 of file Record.cpp.
References llvm::UnOpInit::CAST, llvm::Init::convertInitializerTo(), convertValue(), llvm::UnOpInit::get(), llvm::UnOpInit::getOpcode(), and llvm::UnOpInit::getOperand().
Init * StringRecTy::convertValue | ( | BinOpInit * | BO | ) | [override, virtual] |
Reimplemented from llvm::RecTy.
Definition at line 263 of file Record.cpp.
References llvm::Init::convertInitializerTo(), convertValue(), llvm::BinOpInit::get(), llvm::BinOpInit::getLHS(), llvm::BinOpInit::getOpcode(), llvm::BinOpInit::getRHS(), and llvm::BinOpInit::STRCONCAT.
Init* llvm::StringRecTy::convertValue | ( | TernOpInit * | BO | ) | [inline, override, virtual] |
Init* llvm::StringRecTy::convertValue | ( | VarBitInit * | VB | ) | [inline, override, virtual] |
Reimplemented from llvm::RecTy.
Init* llvm::StringRecTy::convertValue | ( | DefInit * | DI | ) | [inline, override, virtual] |
Reimplemented from llvm::RecTy.
Init* llvm::StringRecTy::convertValue | ( | DagInit * | DI | ) | [inline, override, virtual] |
Reimplemented from llvm::RecTy.
Init * StringRecTy::convertValue | ( | TypedInit * | TI | ) | [override, virtual] |
Reimplemented from llvm::RecTy.
Definition at line 277 of file Record.cpp.
References llvm::TypedInit::getType().
Init* llvm::StringRecTy::convertValue | ( | VarInit * | VI | ) | [inline, override, virtual] |
Init* llvm::StringRecTy::convertValue | ( | FieldInit * | FI | ) | [inline, override, virtual] |
static StringRecTy* llvm::StringRecTy::get | ( | ) | [inline, static] |
std::string llvm::StringRecTy::getAsString | ( | ) | const [inline, override, virtual] |
Implements llvm::RecTy.
bool llvm::StringRecTy::typeIsConvertibleTo | ( | const RecTy * | RHS | ) | const [inline, override, virtual] |
typeIsConvertibleTo - Return true if all values of 'this' type can be converted to the specified type.
Implements llvm::RecTy.
Definition at line 286 of file Record.h.
References llvm::RecTy::baseClassOf().