Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h40 uint32_t MemoryAlignment; // P2 alignment of memory member
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h195 uint32_t MemoryAlignment; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp55 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp328 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()