Get the width of pointers on this ISA.
(&self)
| 466 | |
| 467 | /// Get the width of pointers on this ISA. |
| 468 | pub(crate) fn pointer_width(&self) -> PointerWidth { |
| 469 | self.triple().pointer_width().unwrap() |
| 470 | } |
| 471 | |
| 472 | /// Get the width of pointers on this ISA, in units of bits. |
| 473 | pub fn pointer_bits(&self) -> u8 { |