Enum cranelift_codegen::ir::HeapBase[][src]

pub enum HeapBase {
    ReservedReg,
    GlobalValue(GlobalValue),
}

Method for determining the base address of a heap.

Variants

The heap base lives in a reserved register.

This feature is not yet implemented.

The heap base is a global value.

Trait Implementations

impl Clone for HeapBase
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for HeapBase

impl Sync for HeapBase