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

Inherited from RecTy:

Methods

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()

Declared at: llvm/include/llvm/TableGen/Record.h:150

std::string getAsString() const

Declared at: llvm/include/llvm/TableGen/Record.h:152

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