Enum cretonne_codegen::ir::HeapBase [] [src]

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

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 in a global variable. The variable must be accessible and naturally aligned for a pointer.

Trait Implementations

impl Clone for HeapBase
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for HeapBase

impl Sync for HeapBase