'string' ‐ Represent an string value

Synopsis

Declared in <llvm/TableGen/Record.h>

class StringRecTy
    : public RecTy

Base Classes

Name

Description

RecTy

Enums

Name

Description

RecTyKind

Subclass discriminator (for dyn_cast<> et al.)

Member Functions

Name

Description

dump

getAsString [virtual]

getListTy

Returns the type representing list<thistype>.

getRecTyKind

getRecordKeeper

Return the RecordKeeper that uniqued this Type.

print

typeIsA [virtual]

Return true if 'this' type is equal to or a subtype of RHS. For example, a bit set is not an int, but they are convertible.

typeIsConvertibleTo [virtual]

Static Member Functions

Name

classof

get

Non-Member Functions

Name

Description

resolveTypes

Find a common type that T1 and T2 convert to. Return 0 if no such type exists.

Created with MrDocs