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

/* implementation-defined */

Convenience base for all kinds of bitcode abbreviation fields.

Static Member Functions

Name

Description

assertValid

Asserts that the given data is a valid value for this field.

convert

Converts a raw numeric representation of this value to its preferred type.

emitOp

Appends an array operand and its element encoding to abbreviation abbrev.

Static Data Members

Name

Description

IsCompound

Whether this field is a compound type (array or blob).

Created with MrDocs