Searched refs:ComponentExportSection (Results 1 – 5 of 5) sorted by relevance
169 Payload::ComponentExportSection(reader) => { in parse_into()
234 exports: &mut wasm_encoder::ComponentExportSection, in parse_component_export_section() argument
362 let mut extra_exports = wasm_encoder::ComponentExportSection::new(); in finish()
605 wasmparser::Payload::ComponentExportSection(s) => Some(s), in export_is_removed()
1301 Payload::ComponentExportSection(s) => { in translate_payload()