Searched refs:ImportSection (Results 1 – 3 of 3) sorted by relevance
103 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()214 Section.reset(new WasmYAML::ImportSection()); in mapping()215 sectionMapping(IO, *cast<WasmYAML::ImportSection>(Section.get())); in mapping()
40 void writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section);372 WasmYAML::ImportSection &Section) { in writeSectionContent()621 else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) in writeWasm()
279 struct ImportSection : Section { struct280 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() function