Searched refs:StartSection (Results 1 – 3 of 3) sorted by relevance
138 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()249 Section.reset(new WasmYAML::StartSection()); in mapping()250 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);426 WasmYAML::StartSection &Section) { in writeSectionContent()635 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm()
349 struct StartSection : Section { struct350 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() function