class StringRecTy
Declaration
class StringRecTy : public RecTy { /* full declaration omitted */ };
Description
'string' - Represent an string value
Declared at: llvm/include/llvm/TableGen/Record.h:176
Inherits from: RecTy
Method Overview
- public static bool classof(const llvm::RecTy * RT)
- public static llvm::StringRecTy * get()
- public std::string getAsString() const
- public bool typeIsConvertibleTo(const llvm::RecTy * RHS) const
Inherited from RecTy:
- public dump
- public getAsString
- public getListTy
- public getRecTyKind
- public print
- public typeIsA
- public typeIsConvertibleTo
Methods
¶static bool classof(const llvm::RecTy* RT)
static bool classof(const llvm::RecTy* RT)
Declared at: llvm/include/llvm/TableGen/Record.h:182
Parameters
- const llvm::RecTy* RT
¶static llvm::StringRecTy* get()
static llvm::StringRecTy* get()
Declared at: llvm/include/llvm/TableGen/Record.h:186
¶std::string getAsString() const
std::string getAsString() const
Declared at: llvm/include/llvm/TableGen/Record.h:188
¶bool typeIsConvertibleTo(
const llvm::RecTy* RHS) const
bool typeIsConvertibleTo(
const llvm::RecTy* RHS) const
Description
Return true if all values of 'this' type can be converted to the specified type.
Declared at: llvm/include/llvm/TableGen/Record.h:190
Parameters
- const llvm::RecTy* RHS