Searched refs:MemorySection (Results 1 – 3 of 3) sorted by relevance
43 void writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section);459 WasmYAML::MemorySection &Section) { in writeSectionContent()623 else if (auto S = dyn_cast<WasmYAML::MemorySection>(Sec.get())) in writeWasm()
122 static void sectionMapping(IO &IO, WasmYAML::MemorySection &Section) { in sectionMapping()233 Section.reset(new WasmYAML::MemorySection()); in mapping()234 sectionMapping(IO, *cast<WasmYAML::MemorySection>(Section.get())); in mapping()
327 struct MemorySection : Section { struct328 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection() function