Represents an anonymous record name.
Synopsis
Declared in <llvm/TableGen/Record.h>
class AnonymousNameInit final
: public TypedInit
Base Classes
Name |
Description |
This is the common superclass of types that have a specific, explicit type, stored in ValueTy. |
Member Functions
Name |
Description |
|
Deleted copy constructor. |
Assignment operators |
|
|
Return the bits selected by |
|
Return this initializer converted to |
Debugging method that may be called through a debugger; just invokes print on stderr. |
|
|
Return this initializer as TableGen source text. |
|
Convert this value to a literal form, without adding quotes around a string. |
|
Return the bit at index |
|
Return this initializer cast to |
|
This method is used to implement the FieldInit class. Implementors of this method should return the type of the named field if they are of type record. |
Get the kind (type) of the value. |
|
Return the string initializer for this name. |
|
Get the record keeper that initialized this Init. |
|
Get the type of the Init as a RecTy. |
|
Return this initializer's anonymous name number. |
|
|
Is this a complete value with no unset (uninitialized) subvalues? |
|
Is this a concrete and fully resolved value without any references or stuck operations? Unset values are concrete. |
Print this value. |
|
|
Resolve variable references using |
Static Member Functions
Protected Enums
Name |
Description |
Discriminator enum (for isa<>, dyn_cast<>, et al.) |