Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h284 uint32_t MemoryAlignment; // P2 alignment of memory member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h227 uint32_t MemoryAlignment; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp170 encodeULEB128(Section.MemoryAlignment, SubOS); in writeSectionContent()
H A DWasmYAML.cpp56 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp434 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()
465 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylink0Section()