Searched refs:ImportSection (Results 1 – 4 of 4) sorted by relevance
35 int writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section);279 WasmYAML::ImportSection &Section) { in writeSectionContent()498 } else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) { in writeWasm()
78 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()167 Section.reset(new WasmYAML::ImportSection()); in mapping()168 sectionMapping(IO, *cast<WasmYAML::ImportSection>(Section.get())); in mapping()
215 struct ImportSection : Section { struct216 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() function
164 auto ImportSec = make_unique<WasmYAML::ImportSection>(); in dump()