Searched refs:DataCountSection (Results 1 – 3 of 3) sorted by relevance
163 static void sectionMapping(IO &IO, WasmYAML::DataCountSection &Section) { in sectionMapping()274 Section.reset(new WasmYAML::DataCountSection()); in mapping()275 sectionMapping(IO, *cast<WasmYAML::DataCountSection>(Section.get())); in mapping()
51 void writeSectionContent(raw_ostream &OS, WasmYAML::DataCountSection &Section);569 WasmYAML::DataCountSection &Section) { in writeSectionContent()648 else if (auto S = dyn_cast<WasmYAML::DataCountSection>(Sec.get())) in writeWasm()
409 struct DataCountSection : Section { struct410 DataCountSection() : Section(wasm::WASM_SEC_DATACOUNT) {} in DataCountSection() function