Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h43 uint32_t TableAlignment; // P2 alignment of table member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h213 uint32_t TableAlignment; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp163 encodeULEB128(Section.TableAlignment, OS); in writeSectionContent()
DWasmYAML.cpp56 IO.mapRequired("TableAlignment", Section.TableAlignment); in sectionMapping()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp347 DylinkInfo.TableAlignment = readVaruint32(Ctx); in parseDylinkSection()