Searched refs:TypeSection (Results 1 – 3 of 3) sorted by relevance
39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section);365 WasmYAML::TypeSection &Section) { in writeSectionContent()615 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm()
102 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping()213 Section.reset(new WasmYAML::TypeSection()); in mapping()214 sectionMapping(IO, *cast<WasmYAML::TypeSection>(Section.get())); in mapping()
287 struct TypeSection : Section { struct288 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() function