Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-headers/include/
Dndr64types.h517 NDR64_UINT16 MemoryAlignment; member
537 NDR64_UINT16 MemoryAlignment; member
/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/
DWasmEmitter.cpp160 encodeULEB128(Section.MemoryAlignment, OS); in writeSectionContent()
DWasmYAML.cpp54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp331 DylinkInfo.MemoryAlignment = readVaruint32(Ctx); in parseDylinkSection()