LLVM API Documentation

Public Member Functions | Static Public Member Functions | Friends
llvm::ListRecTy Class Reference

#include <Record.h>

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

List of all members.

Public Member Functions

RecTygetElementType () const
InitconvertValue (UnsetInit *UI) override
InitconvertValue (BitInit *BI) override
InitconvertValue (BitsInit *BI) override
InitconvertValue (IntInit *II) override
InitconvertValue (StringInit *SI) override
InitconvertValue (ListInit *LI) override
InitconvertValue (VarBitInit *VB) override
InitconvertValue (DefInit *DI) override
InitconvertValue (DagInit *DI) override
InitconvertValue (UnOpInit *UI) override
InitconvertValue (BinOpInit *UI) override
InitconvertValue (TernOpInit *UI) override
InitconvertValue (TypedInit *TI) override
InitconvertValue (VarInit *VI) override
InitconvertValue (FieldInit *FI) override
std::string getAsString () const override
bool typeIsConvertibleTo (const RecTy *RHS) const override
bool baseClassOf (const RecTy *) const override

Static Public Member Functions

static bool classof (const RecTy *RT)
static ListRecTyget (RecTy *T)

Friends

ListRecTyRecTy::getListTy ()

Detailed Description

ListRecTy - 'list<Ty>' - Represent a list of values, all of which must be of the specified type.

Definition at line 294 of file Record.h.


Member Function Documentation

bool ListRecTy::baseClassOf ( const RecTy RHS) const [override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 312 of file Record.cpp.

static bool llvm::ListRecTy::classof ( const RecTy RT) [inline, static]

Definition at line 300 of file Record.h.

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

Init* llvm::ListRecTy::convertValue ( UnsetInit UI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 307 of file Record.h.

Referenced by convertValue().

Init* llvm::ListRecTy::convertValue ( BitInit BI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 308 of file Record.h.

Init* llvm::ListRecTy::convertValue ( BitsInit BI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 309 of file Record.h.

Init* llvm::ListRecTy::convertValue ( IntInit II) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 310 of file Record.h.

Init* llvm::ListRecTy::convertValue ( StringInit SI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 311 of file Record.h.

Init * ListRecTy::convertValue ( ListInit LI) [override, virtual]
Init* llvm::ListRecTy::convertValue ( VarBitInit VB) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 313 of file Record.h.

Init* llvm::ListRecTy::convertValue ( DefInit DI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 314 of file Record.h.

Init* llvm::ListRecTy::convertValue ( DagInit DI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 315 of file Record.h.

Init* llvm::ListRecTy::convertValue ( UnOpInit UI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 316 of file Record.h.

References convertValue().

Init* llvm::ListRecTy::convertValue ( BinOpInit UI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 317 of file Record.h.

References convertValue().

Init* llvm::ListRecTy::convertValue ( TernOpInit UI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 318 of file Record.h.

References convertValue().

Init * ListRecTy::convertValue ( TypedInit TI) [override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 304 of file Record.cpp.

References getElementType(), and llvm::TypedInit::getType().

Init* llvm::ListRecTy::convertValue ( VarInit VI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 320 of file Record.h.

References convertValue().

Init* llvm::ListRecTy::convertValue ( FieldInit FI) [inline, override, virtual]

Reimplemented from llvm::RecTy.

Definition at line 321 of file Record.h.

References convertValue().

static ListRecTy* llvm::ListRecTy::get ( RecTy T) [inline, static]

Definition at line 304 of file Record.h.

References llvm::RecTy::getListTy().

Referenced by convertValue().

std::string ListRecTy::getAsString ( ) const [override, virtual]

Implements llvm::RecTy.

Definition at line 283 of file Record.cpp.

References llvm::RecTy::getAsString().

Definition at line 305 of file Record.h.

Referenced by convertValue(), and llvm::ListInit::Profile().

bool llvm::ListRecTy::typeIsConvertibleTo ( const RecTy RHS) const [inline, override, virtual]

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

Implements llvm::RecTy.

Definition at line 325 of file Record.h.

References llvm::RecTy::baseClassOf().


Friends And Related Function Documentation

ListRecTy* RecTy::getListTy ( ) [friend]

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