Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/
H A Ddylink_section.yaml10 MemoryAlignment: 2
22 # CHECK: MemoryAlignment: 2
/llvm-project-15.0.7/lld/test/wasm/
H A Dshared-needed.s28 # SO1-NEXT: MemoryAlignment: 2
38 # SO2-NEXT: MemoryAlignment: 0
H A Dshared-weak-undefined.s25 # CHECK-NEXT: MemoryAlignment: 0
H A Dpie.ll41 ; CHECK-NEXT: MemoryAlignment: 2
H A Dshared.s133 # CHECK-NEXT: MemoryAlignment: 2
H A Dshared64.s134 # CHECK-NEXT: MemoryAlignment: 2
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp59 DylinkSec->MemoryAlignment = Info.MemoryAlignment; in dumpCustomSection()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h52 uint32_t MemoryAlignment; // P2 alignment of memory member
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h226 uint32_t MemoryAlignment; member
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
H A DWasmEmitter.cpp170 encodeULEB128(Section.MemoryAlignment, SubOS); in writeSectionContent()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp377 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()
408 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylink0Section()