Struct llvm_mapper::unroll::UnrolledBitcode[][src]

pub struct UnrolledBitcode { /* fields omitted */ }
Expand description

A fully unrolled bitcode structure, taken from a bitstream.

Every UnrolledBitcode has a list of BitstreamModules that it contains, each of which corresponds to a single LLVM IR module. In the simplest case, there will only be one.

Trait Implementations

Formats the value using the given formatter. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.