LLVM  8.0.1
Public Member Functions | Static Public Member Functions | List of all members
llvm::CodeRecTy Class Reference

'code' - Represent a code fragment More...

#include "llvm/TableGen/Record.h"

Inheritance diagram for llvm::CodeRecTy:
Inheritance graph
[legend]
Collaboration diagram for llvm::CodeRecTy:
Collaboration graph
[legend]

Public Member Functions

std::string getAsString () const override
 
bool typeIsConvertibleTo (const RecTy *RHS) const override
 Return true if all values of 'this' type can be converted to the specified type. More...
 
- Public Member Functions inherited from llvm::RecTy
 RecTy (RecTyKind K)
 
virtual ~RecTy ()=default
 
RecTyKind getRecTyKind () const
 
void print (raw_ostream &OS) const
 
void dump () const
 
virtual bool typeIsA (const RecTy *RHS) const
 Return true if 'this' type is equal to or a subtype of RHS. More...
 
ListRecTygetListTy ()
 Returns the type representing list<this>. More...
 

Static Public Member Functions

static bool classof (const RecTy *RT)
 
static CodeRecTyget ()
 

Additional Inherited Members

- Public Types inherited from llvm::RecTy
enum  RecTyKind {
  BitRecTyKind, BitsRecTyKind, CodeRecTyKind, IntRecTyKind,
  StringRecTyKind, ListRecTyKind, DagRecTyKind, RecordRecTyKind
}
 Subclass discriminator (for dyn_cast<> et al.) More...
 

Detailed Description

'code' - Represent a code fragment

Definition at line 141 of file Record.h.

Member Function Documentation

◆ classof()

static bool llvm::CodeRecTy::classof ( const RecTy RT)
inlinestatic

Definition at line 147 of file Record.h.

References llvm::RecTy::CodeRecTyKind, and llvm::RecTy::getRecTyKind().

◆ get()

static CodeRecTy* llvm::CodeRecTy::get ( )
inlinestatic

Definition at line 151 of file Record.h.

◆ getAsString()

std::string llvm::CodeRecTy::getAsString ( ) const
inlineoverridevirtual

Implements llvm::RecTy.

Definition at line 153 of file Record.h.

References llvm::RecTy::typeIsConvertibleTo().

◆ typeIsConvertibleTo()

bool CodeRecTy::typeIsConvertibleTo ( const RecTy RHS) const
overridevirtual

Return true if all values of 'this' type can be converted to the specified type.

Reimplemented from llvm::RecTy.

Definition at line 109 of file Record.cpp.

References llvm::RecTy::CodeRecTyKind, llvm::RecTy::getRecTyKind(), and llvm::RecTy::StringRecTyKind.


The documentation for this class was generated from the following files: