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 DWasmYAML.cpp123 static void sectionMapping(IO &IO, WasmYAML::MemorySection &Section) { in sectionMapping()
234 Section.reset(new WasmYAML::MemorySection()); in mapping()
235 sectionMapping(IO, *cast<WasmYAML::MemorySection>(Section.get())); in mapping()
H A DWasmEmitter.cpp43 void writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section);
467 WasmYAML::MemorySection &Section) { in writeSectionContent()
632 else if (auto S = dyn_cast<WasmYAML::MemorySection>(Sec.get())) in writeWasm()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h329 struct MemorySection : Section { struct
330 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection() function