Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h328 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection()
331 return S->Type == wasm::WASM_SEC_MEMORY; in classof()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp196 case wasm::WASM_SEC_MEMORY: in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h40 WASM_SEC_MEMORY = 5, // Memory attributes enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp231 case wasm::WASM_SEC_MEMORY: in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp405 case wasm::WASM_SEC_MEMORY: in parseSection()
2150 case wasm::WASM_SEC_MEMORY: in getSectionOrder()