Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp59 DylinkSec->MemoryAlignment = Info.MemoryAlignment; in dumpCustomSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h41 uint32_t MemoryAlignment; // P2 alignment of memory member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h211 uint32_t MemoryAlignment; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp161 encodeULEB128(Section.MemoryAlignment, OS); in writeSectionContent()
H A DWasmYAML.cpp54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp345 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()