Searched refs:MemorySection (Results 1 – 4 of 4) sorted by relevance
38 int writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section);347 WasmYAML::MemorySection &Section) { in writeSectionContent()507 } else if (auto S = dyn_cast<WasmYAML::MemorySection>(Sec.get())) { in writeWasm()
93 static void sectionMapping(IO &IO, WasmYAML::MemorySection &Section) { in sectionMapping()182 Section.reset(new WasmYAML::MemorySection()); in mapping()183 sectionMapping(IO, *cast<WasmYAML::MemorySection>(Section.get())); in mapping()
245 struct MemorySection : Section { struct246 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection() argument
207 auto MemorySec = make_unique<WasmYAML::MemorySection>(); in dump()