Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h40 uint32_t MemoryAlignment; // P2 alignment of memory member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h206 uint32_t MemoryAlignment; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
DWasmEmitter.cpp160 encodeULEB128(Section.MemoryAlignment, OS); in writeSectionContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp331 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()