Home
last modified time | relevance | path

Searched full:memoryalignment (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/test/ObjectYAML/wasm/
H A Ddylink_section.yaml10 MemoryAlignment: 2
22 # CHECK: MemoryAlignment: 2
/llvm-project/lld/test/wasm/
H A Dshared-needed.s39 # SO1-NEXT: MemoryAlignment: 0
49 # SO2-NEXT: MemoryAlignment: 2
H A Dshared-weak-undefined.s51 # CHECK-NEXT: MemoryAlignment: 0
H A Dshared64.s134 # CHECK-NEXT: MemoryAlignment: 2
H A Dshared.s133 # CHECK-NEXT: MemoryAlignment: 2
H A Dpie.s80 # CHECK-NEXT: MemoryAlignment: 2
/llvm-project/llvm/test/tools/llvm-nm/wasm/
H A Ddylink.yaml14 MemoryAlignment: 0
/llvm-project/llvm/test/tools/llvm-objdump/wasm/
H A Ddylink-symbol-table.yaml15 MemoryAlignment: 0
/llvm-project/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp60 DylinkSec->MemoryAlignment = Info.MemoryAlignment; in dumpCustomSection()
/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp56 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
H A DWasmEmitter.cpp170 encodeULEB128(Section.MemoryAlignment, SubOS); in writeSectionContent()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h291 uint32_t MemoryAlignment; // P2 alignment of memory
284 uint32_t MemoryAlignment; // P2 alignment of memory global() member
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h227 uint32_t MemoryAlignment; member
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp431 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()
462 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylink0Section()