Home
last modified time | relevance | path

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

/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() argument
330 static bool classof(const Section *S) { in classof()
334 std::vector<Limits> Memories;