Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/wasm/
Dshared-needed.ll23 ; SO1-NEXT: MemoryAlignment: 2
33 ; SO2-NEXT: MemoryAlignment: 0
Dpie.ll37 ; CHECK-NEXT: MemoryAlignment: 2
Dshared.ll56 ; CHECK-NEXT: MemoryAlignment: 2
/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp59 DylinkSec->MemoryAlignment = Info.MemoryAlignment; in dumpCustomSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h40 uint32_t MemoryAlignment; // P2 alignment of memory member
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h41 uint32_t MemoryAlignment; // P2 alignment of memory member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h209 uint32_t MemoryAlignment; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h206 uint32_t MemoryAlignment; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp160 encodeULEB128(Section.MemoryAlignment, OS); in writeSectionContent()
DWasmYAML.cpp54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp161 encodeULEB128(Section.MemoryAlignment, OS); in writeSectionContent()
DWasmYAML.cpp54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp331 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp344 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()