class StringRecTy

Declaration

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

Description

'string' - Represent an string value

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

Inherits from: RecTy

Member Variables

Method Overview

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

Inherited from RecTy:

Methods

StringRecTy(llvm::RecordKeeper& RK)

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

Parameters

llvm::RecordKeeper& RK

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

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

Parameters

const llvm::RecTy* RT

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

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

Parameters

llvm::RecordKeeper& RK

std::string getAsString() const

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

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:181

Parameters

const llvm::RecTy* RHS