(
&self,
_obj: &mut Object<'_>,
_translations: &'a PrimaryMap<StaticModuleIndex, ModuleTranslation<'a>>,
_get_func: &'a dyn Fn(
StaticModuleIndex,
| 207 | } |
| 208 | |
| 209 | fn append_dwarf<'a>( |
| 210 | &self, |
| 211 | _obj: &mut Object<'_>, |
| 212 | _translations: &'a PrimaryMap<StaticModuleIndex, ModuleTranslation<'a>>, |
| 213 | _get_func: &'a dyn Fn( |
| 214 | StaticModuleIndex, |
| 215 | DefinedFuncIndex, |
| 216 | ) -> (SymbolId, &'a (dyn Any + Send + Sync)), |
| 217 | _dwarf_package_bytes: Option<&'a [u8]>, |
| 218 | _tunables: &'a Tunables, |
| 219 | ) -> Result<()> { |
| 220 | todo!() |
| 221 | } |
| 222 | |
| 223 | fn create_systemv_cie(&self) -> Option<gimli::write::CommonInformationEntry> { |
| 224 | self.isa.create_systemv_cie() |
no outgoing calls
no test coverage detected