'string' ‐ Represent an string value
Synopsis
Declared in <llvm/TableGen/Record.h>
class StringRecTy
: public RecTy
Base Classes
Name |
Description |
Enums
Name |
Description |
Subclass discriminator (for dyn_cast<> et al.) |
Member Functions
Name |
Description |
|
|
Returns the type representing list<thistype>. |
|
Return the RecordKeeper that uniqued this Type. |
|
|
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. |
|
Non-Member Functions
Name |
Description |
Find a common type that T1 and T2 convert to. Return 0 if no such type exists. |
Created with MrDocs