(&self)
| 134 | |
| 135 | #[cfg(feature = "unwind")] |
| 136 | fn create_systemv_cie(&self) -> Option<gimli::write::CommonInformationEntry> { |
| 137 | Some(inst::unwind::systemv::create_cie()) |
| 138 | } |
| 139 | |
| 140 | #[cfg(feature = "unwind")] |
| 141 | fn map_regalloc_reg_to_dwarf(&self, reg: Reg) -> Result<u16, systemv::RegisterMappingError> { |