class CodeRecTy
Declaration
class CodeRecTy : public RecTy { /* full declaration omitted */ };
Description
'code' - Represent a code fragment
Declared at: llvm/include/llvm/TableGen/Record.h:140
Inherits from: RecTy
Method Overview
- public static bool classof(const llvm::RecTy * RT)
- public static llvm::CodeRecTy * 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:146
Parameters
- const llvm::RecTy* RT
¶static llvm::CodeRecTy* get()
static llvm::CodeRecTy* get()
Declared at: llvm/include/llvm/TableGen/Record.h:150
¶std::string getAsString() const
std::string getAsString() const
Declared at: llvm/include/llvm/TableGen/Record.h:152
¶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:154
Parameters
- const llvm::RecTy* RHS