Home
last modified time | relevance | path

Searched refs:MemorySection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp43 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()
H A DWasmYAML.cpp122 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h327 struct MemorySection : Section { struct
328 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection() function