Enum cranelift_codegen::ir::HeapBase [−][src]
pub enum HeapBase {
ReservedReg,
GlobalValue(GlobalValue),
}Method for determining the base address of a heap.
Variants
ReservedRegThe heap base lives in a reserved register.
This feature is not yet implemented.
GlobalValue(GlobalValue)The heap base is a global value.