(&mut self)
| 1277 | } |
| 1278 | |
| 1279 | fn system_callconv(&mut self) -> CallConv { |
| 1280 | // TODO: This currently only runs on linux, so this is the only choice |
| 1281 | // We should improve this once we generate flags and targets |
| 1282 | CallConv::SystemV |
| 1283 | } |
| 1284 | |
| 1285 | /// Finds a stack slot with size of at least n bytes |
| 1286 | fn stack_slot_with_size( |