Searched refs:ImportSection (Results 1 – 3 of 3) sorted by relevance
108 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()219 Section.reset(new WasmYAML::ImportSection()); in mapping()220 sectionMapping(IO, *cast<WasmYAML::ImportSection>(Section.get())); in mapping()
40 void writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section);393 WasmYAML::ImportSection &Section) { in writeSectionContent()626 else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) in writeWasm()
299 struct ImportSection : Section { struct300 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() argument