Searched refs:MemorySection (Results 1 – 7 of 7) sorted by relevance
230 class MemorySection : public SyntheticSection {232 MemorySection() : SyntheticSection(llvm::wasm::WASM_SEC_MEMORY) {}439 MemorySection *memorySec;
352 void MemorySection::writeBody() { in writeBody()
1525 out.memorySec = make<MemorySection>(); in createSyntheticSections()
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()
120 static void sectionMapping(IO &IO, WasmYAML::MemorySection &Section) { in sectionMapping()231 Section.reset(new WasmYAML::MemorySection()); in mapping()232 sectionMapping(IO, *cast<WasmYAML::MemorySection>(Section.get())); in mapping()
326 struct MemorySection : Section { struct327 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection() function
279 auto MemorySec = std::make_unique<WasmYAML::MemorySection>(); in dump()