Represents an array of some other type.
Synopsis
Declared in <llvm/Bitcode/BitcodeConvenience.h>
template<typename ElementTy>
class BCArray
: public /* implementation-defined */
Description
If present, this must be the last field in a record.
Base Classes
Name |
Description |
|
Convenience base for all kinds of bitcode abbreviation fields. |
Static Member Functions
Name |
Description |
Asserts that the given data is a valid value for this field. |
|
Converts a raw numeric representation of this value to its preferred type. |
|
Appends an array operand and its element encoding to abbreviation |
Static Data Members
Name |
Description |
Whether this field is a compound type (array or blob). |
Created with MrDocs