Home
last modified time | relevance | path

Searched refs:TableAlignment (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.h42 uint32_t TableAlignment; // P2 alignment of table member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h208 uint32_t TableAlignment; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp162 encodeULEB128(Section.TableAlignment, OS); in writeSectionContent()
DWasmYAML.cpp56 IO.mapRequired("TableAlignment", Section.TableAlignment); in sectionMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp333 DylinkInfo.TableAlignment = readVaruint32(Ctx); in parseDylinkSection()