(&mut self, unwind_info: bool)
| 166 | /// [`Module::define_function_bytes`]: cranelift_module::Module::define_function_bytes |
| 167 | #[cfg(feature = "unwind")] |
| 168 | pub fn unwind_info(&mut self, unwind_info: bool) -> &mut Self { |
| 169 | self.unwind_info = unwind_info; |
| 170 | self |
| 171 | } |
| 172 | } |
| 173 | |
| 174 | /// See the following for details: |
no outgoing calls