Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h41 uint32_t MemoryAlignment; // P2 alignment of memory member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h211 uint32_t MemoryAlignment; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
H A DWasmEmitter.cpp161 encodeULEB128(Section.MemoryAlignment, OS); in writeSectionContent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp345 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()