MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / append_dwarf

Method append_dwarf

crates/winch/src/compiler.rs:209–221  ·  view source on GitHub ↗
(
        &self,
        _obj: &mut Object<'_>,
        _translations: &'a PrimaryMap<StaticModuleIndex, ModuleTranslation<'a>>,
        _get_func: &'a dyn Fn(
            StaticModuleIndex,
         

Source from the content-addressed store, hash-verified

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()

Callers 1

link_and_append_codeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected