class DagRecTy

Declaration

class DagRecTy : public RecTy { /* full declaration omitted */ };

Description

'dag' - Represent a dag fragment

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

Inherits from: RecTy

Member Variables

Method Overview

  • private DagRecTy(llvm::RecordKeeper & RK)
  • public static bool classof(const llvm::RecTy * RT)
  • public static llvm::DagRecTy * get(llvm::RecordKeeper & RK)
  • public std::string getAsString() const

Inherited from RecTy:

Methods

DagRecTy(llvm::RecordKeeper& RK)

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

Parameters

llvm::RecordKeeper& RK

static bool classof(const llvm::RecTy* RT)

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

Parameters

const llvm::RecTy* RT

static llvm::DagRecTy* get(llvm::RecordKeeper& RK)

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

Parameters

llvm::RecordKeeper& RK

std::string getAsString() const

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