Searched refs:StartSection (Results 1 – 3 of 3) sorted by relevance
143 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()254 Section.reset(new WasmYAML::StartSection()); in mapping()255 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);447 WasmYAML::StartSection &Section) { in writeSectionContent()640 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm()
369 struct StartSection : Section { struct370 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() function