Home
last modified time | relevance | path

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

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