Get the ABI-dependent MachineEnv for managing register allocation.
(&self)
| 1540 | |
| 1541 | /// Get the ABI-dependent MachineEnv for managing register allocation. |
| 1542 | pub fn machine_env(&self) -> &MachineEnv { |
| 1543 | M::get_machine_env(&self.flags, self.call_conv) |
| 1544 | } |
| 1545 | |
| 1546 | /// The offsets of all sized stack slots (not spill slots) for debuginfo purposes. |
| 1547 | pub fn sized_stackslot_offsets(&self) -> &PrimaryMap<StackSlot, u32> { |
no outgoing calls
no test coverage detected