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