Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp59 DylinkSec->MemoryAlignment = Info.MemoryAlignment; in dumpCustomSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h52 uint32_t MemoryAlignment; // P2 alignment of memory member
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h226 uint32_t MemoryAlignment; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp170 encodeULEB128(Section.MemoryAlignment, SubOS); in writeSectionContent()
H A DWasmYAML.cpp54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp377 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()
408 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylink0Section()