Home
last modified time | relevance | path

Searched refs:WASM_SEC_MEMORY (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h327 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection()
330 return S->Type == wasm::WASM_SEC_MEMORY; in classof()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h247 WASM_SEC_MEMORY = 5, // Memory attributes enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp196 case wasm::WASM_SEC_MEMORY: in printSectionHeaders()
/openbsd/gnu/llvm/lld/wasm/
H A DSyntheticSections.h232 MemorySection() : SyntheticSection(llvm::wasm::WASM_SEC_MEMORY) {}
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp278 case wasm::WASM_SEC_MEMORY: { in dump()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp229 case wasm::WASM_SEC_MEMORY: in mapping()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp348 case wasm::WASM_SEC_MEMORY: in parseSection()
1888 case wasm::WASM_SEC_MEMORY: in getSectionOrder()